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:
Zbigniew Jędrzejewski-Szmek 2022-07-12 12:09:47 +02:00
parent 6712419366
commit 6e9bbc14e5

View file

@ -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",