Skip to content

Commit

Permalink
Remove python 3.10 from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Oct 17, 2023
1 parent abc9996 commit df4f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ["3.10", "3.11"]
python: ["3.11"]
experimental: [false]
include:
- python: "3.12"
Expand Down

0 comments on commit df4f856

Please sign in to comment.