Skip to content

Commit a7ae090

Browse files
committed
add py314
1 parent b471712 commit a7ae090

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- { name: Linux, python: "3.13", os: ubuntu-latest, tox: py313 }
22-
- { name: Windows, python: "3.13", os: windows-latest, tox: py313 }
23-
- { name: Mac, python: "3.13", os: macos-latest, tox: py313 }
21+
- { name: Linux, python: "3.14", os: ubuntu-latest, tox: py314 }
22+
- { name: Windows, python: "3.14", os: windows-latest, tox: py314 }
23+
- { name: Mac, python: "3.14", os: macos-latest, tox: py314 }
24+
- { name: "3.13", python: "3.13", os: ubuntu-latest, tox: py313 }
2425
- { name: "3.12", python: "3.12", os: ubuntu-latest, tox: py312 }
2526
- { name: "3.11", python: "3.11", os: ubuntu-latest, tox: py311 }
2627
- { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 }

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Programming Language :: Python :: 3 :: Only",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Programming Language :: Python :: Implementation :: PyPy",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py39,py310,py311,py312,py313,pypy3
2+
envlist = py37,py39,py310,py311,py312,py313,py314,pypy3
33
[testenv]
44
changedir = .tox
55
deps = -rrequirements-test.txt

0 commit comments

Comments
 (0)