Skip to content

Commit fb83114

Browse files
authored
chore: add 3.14 classifier (#246)
* chore: add 3.14 classifier Signed-off-by: Henry Schreiner <[email protected]> * Update noxfile.py --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent 52a962a commit fb83114

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
PYPROJECT = nox.project.load_toml("pyproject.toml")
1717
ALL_PYTHONS = nox.project.python_versions(PYPROJECT)
18-
ALL_PYTHONS += ["3.14", "pypy-3.10"]
18+
ALL_PYTHONS += ["pypy-3.10"]
1919

2020

2121
@nox.session(python="3.8")

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
]
2526
dependencies = [
2627
"packaging>=23.2",

0 commit comments

Comments
 (0)