We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e27633 commit 7ecff0cCopy full SHA for 7ecff0c
setup.py
@@ -1,4 +1,5 @@
1
import os
2
+
3
from setuptools import setup
4
5
this = os.path.dirname(os.path.realpath(__file__))
@@ -41,6 +42,7 @@ def read(name):
41
42
"Programming Language :: Python :: 3.11",
43
"Programming Language :: Python :: 3.12",
44
"Programming Language :: Python :: 3.13",
45
+ "Programming Language :: Python :: 3.14",
46
"Framework :: Pyramid",
47
"Framework :: Flask",
48
"Topic :: Internet",
0 commit comments