diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75dbd1d..2ac47a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - chore-ci-diddle pull_request: jobs: @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index c6806e8..7f423b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.backend" name = "qtile-bonsai" description = "A flexible custom layout for the qtile window manager that supports arbitrarily nestable tabs and splits." readme = "README.md" -requires-python = ">=3.10,<3.13" +requires-python = ">=3.10" license = {text = "MIT"} keywords = ["qtile", "bonsai", "tiling", "window", "manager", "layout"] authors = [