Skip to content

Commit

Permalink
CI: Update Python versions
Browse files Browse the repository at this point in the history
Supports Python versions 3.8-3.11. 3.13 fails with segmentation fault, most likely due to new multithreading support.
  • Loading branch information
JoostJM committed Jan 29, 2025
1 parent 1adce49 commit 75cd3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest, windows-latest, macos-14]

include:
Expand Down

0 comments on commit 75cd3de

Please sign in to comment.