1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

setup.py: Add py3.10 and py3.11 to the classifiers

This commit is contained in:
Daniel Mach 2022-01-26 15:04:24 +01:00
parent 6ed59860f0
commit 3b0c660359

View File

@ -138,6 +138,8 @@ setuptools.setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Archiving :: Packaging",
],