We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef874a commit dd7ab1fCopy full SHA for dd7ab1f
pypi-distrib-upload.bat
@@ -1,3 +1,3 @@
1
-python -m build
2
-python -m twine upload --skip-existing dist/*
+python312 -m build
+python312 -m twine upload --skip-existing dist/*
3
pause
setup.cfg
@@ -15,6 +15,7 @@ project_urls =
15
# see https://pypi.org/classifiers/
16
classifiers =
17
Development Status :: 4 - Beta
18
+ Programming Language :: Python :: 3.13
19
Programming Language :: Python :: 3.12
20
Programming Language :: Python :: 3.11
21
Programming Language :: Python :: 3.10
0 commit comments