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 bf0cca6 commit bbbebd3Copy full SHA for bbbebd3
setup.py
@@ -61,7 +61,8 @@ def get_latest_git_tag():
61
"Operating System :: OS Independent",
62
"Programming Language :: Python :: 3.11",
63
"Programming Language :: Python :: 3.12",
64
- "Programming Language :: Python :: 3.13"
+ "Programming Language :: Python :: 3.13",
65
+ "Programming Language :: Python :: 3.14"
66
],
67
python_requires='>=3.11',
68
package_dir={package: package_dir},
0 commit comments