Skip to content

Commit

Permalink
Support 3.9 to 3.11 as blocking. 3.12 and 3.13 as non-blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Fale committed Nov 15, 2024
1 parent cadf8d5 commit fded292
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ["3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
experimental: [false]
include:
- python-version: "3.12"
platform: ubuntu-latest
experimental: true
- python-version: "3.13"
platform: ubuntu-latest
experimental: true
Expand Down

0 comments on commit fded292

Please sign in to comment.