Skip to content

Commit dd7ab1f

Browse files
committed
build: add Python 3.13 to setup.cfg
1 parent 5ef874a commit dd7ab1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pypi-distrib-upload.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python -m build
2-
python -m twine upload --skip-existing dist/*
1+
python312 -m build
2+
python312 -m twine upload --skip-existing dist/*
33
pause

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ project_urls =
1515
# see https://pypi.org/classifiers/
1616
classifiers =
1717
Development Status :: 4 - Beta
18+
Programming Language :: Python :: 3.13
1819
Programming Language :: Python :: 3.12
1920
Programming Language :: Python :: 3.11
2021
Programming Language :: Python :: 3.10

0 commit comments

Comments
 (0)