Skip to content

Commit 44de568

Browse files
authored
Add 3.14 to project classifiers and tox.ini (#604)
1 parent 36cc476 commit 44de568

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- "3.12.0"
4949
- "3.13"
5050
- "3.13.0"
51-
- "3.14-dev"
51+
- "3.14"
5252
- "pypy3.9"
5353
- "pypy3.10"
5454

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ classifiers = [
3939
"Programming Language :: Python :: 3.11",
4040
"Programming Language :: Python :: 3.12",
4141
"Programming Language :: Python :: 3.13",
42+
"Programming Language :: Python :: 3.14",
4243
"Topic :: Software Development",
4344
]
4445

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = True
3-
envlist = py38, py39, py310, py311, py312, py313
3+
envlist = py39, py310, py311, py312, py313, py314
44

55
[testenv]
66
changedir = src

0 commit comments

Comments
 (0)