build: support py313 (#264)

* build: drop py38

* bump min typing ext

* add py313

* only use pyqt6

* fix ubunt
This commit is contained in:
Talley Lambert
2024-12-14 12:37:26 -05:00
committed by GitHub
parent df008464cc
commit 8ede2a2f39
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Desktop Environment",
"Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Widget Sets",