We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba10ae commit 85ff69eCopy full SHA for 85ff69e
1 file changed
.github/workflows/python-tox.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
# 2.7 and 3.7 run on Windows via AppVeyor
11
- python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
12
os: [ubuntu-latest, windows-latest]
13
deps: [base, optional]
14
include:
0 commit comments