Skip to content

Commit 85ff69e

Browse files
committed
CI: remove old Python, add 3.13 and 3.14
1 parent 2ba10ae commit 85ff69e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
# 2.7 and 3.7 run on Windows via AppVeyor
11-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1212
os: [ubuntu-latest, windows-latest]
1313
deps: [base, optional]
1414
include:

0 commit comments

Comments
 (0)