Skip to content

Commit

Permalink
ci: python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Nov 8, 2024
1 parent b3b8f36 commit 9c7b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12"]
include:
- os: "macos-latest"
python: "3.10"
Expand Down

0 comments on commit 9c7b6f5

Please sign in to comment.