We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef43b06 commit 0a26ce6Copy full SHA for 0a26ce6
1 file changed
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-22.04, macos-13, windows-latest]
18
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
19
20
steps:
21
- uses: actions/checkout@v5
0 commit comments