We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44635c commit fe25ce4Copy full SHA for fe25ce4
1 file changed
setup.py
@@ -34,11 +34,11 @@ def read(path):
34
'Operating System :: OS Independent',
35
'Programming Language :: Python',
36
'Programming Language :: Python :: 3',
37
- 'Programming Language :: Python :: 3.9',
38
'Programming Language :: Python :: 3.10',
39
'Programming Language :: Python :: 3.11',
40
'Programming Language :: Python :: 3.12',
41
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
42
'Programming Language :: Python :: Implementation :: CPython',
43
'Programming Language :: Python :: Implementation :: PyPy',
44
],
@@ -62,5 +62,5 @@ def read(path):
62
},
63
include_package_data=True,
64
zip_safe=False,
65
- python_requires='>=3.9',
+ python_requires='>=3.10',
66
)
0 commit comments