We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbb865 commit 53b1f88Copy full SHA for 53b1f88
1 file changed
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-24.04]
12
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments