Declare compatiblity with python3.11
Tested with python3-3.11.0~b3-8.fc37.x86_64, seems to work fine.
This commit is contained in:
parent
6712419366
commit
6e9bbc14e5
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -52,6 +52,7 @@ ARGS = dict(
|
|||
"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 :: Software Distribution",
|
||||
"Topic :: Utilities",
|
||||
|
|
Loading…
Reference in a new issue