Merge pull request #635 from kajinamit/py313-classifier

Mark Python 3.13 supported
This commit is contained in:
Samuel Mannehed (ThinLinc team) 2026-05-24 15:48:51 +02:00 committed by GitHub
commit 425e70a7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
python_requires='>=3.6',
keywords='noVNC websockify',