Merge pull request #635 from kajinamit/py313-classifier
Mark Python 3.13 supported
This commit is contained in:
commit
425e70a7d9
1
setup.py
1
setup.py
|
|
@ -22,6 +22,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
],
|
],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
keywords='noVNC websockify',
|
keywords='noVNC websockify',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue