setup.py: we support Python 3.9 and 3.10 too
This commit is contained in:
parent
0da628dc61
commit
d7b369845d
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -49,6 +49,8 @@ ARGS = dict(
|
|||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: Software Development :: Build Tools",
|
||||
"Topic :: System :: Software Distribution",
|
||||
"Topic :: Utilities",
|
||||
|
|
Loading…
Reference in a new issue