Add Python 3.14 to classifiers

This commit is contained in:
Veronica Berglyd Olsen
2025-10-13 19:33:26 +02:00
parent a5513cc504
commit b04dadaa45
+2 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 77.0.3"]
requires = ["setuptools>=77.0.3"]
build-backend = "setuptools.build_meta"
[project]
@@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",