We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f081ed7 commit f552ee1Copy full SHA for f552ee1
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- python-version: ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
13
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
14
exclude:
15
- python-version: "2.7"
0 commit comments