Skip to content

Commit

Permalink
Use python 3.12.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
udifuchs committed Oct 21, 2024
1 parent 3c8042c commit 85cf27c
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# Run on earliest and latest supported python versions.
python-version: ["3.8", "3.12", "3.13"]
python-version: ["3.8", "3.12.3", "3.13"]
# Run linters and pytests.
testsuite: ["linters", "pytest"]
steps:
Expand Down

0 comments on commit 85cf27c

Please sign in to comment.