build: note support for Python 3.12
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
7117cfc273
commit
6f2c79f985
|
@ -40,6 +40,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
Loading…
Reference in New Issue