We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b125f commit a44e1baCopy full SHA for a44e1ba
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.9.12, 3.10.6, 3.11.0, 3.12.0, 3.13.0]
13
os: [ubuntu-18.04, macOS-latest]
14
15
steps:
0 commit comments