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

@@ -41,6 +41,13 @@ jobs:
- python-version: "3.12"
backend: pyqt5
include:
- python-version: "3.13"
platform: windows-latest
backend: "pyqt6"
- python-version: "3.13"
platform: ubuntu-latest
backend: "pyqt6"
- python-version: "3.10"
platform: macos-latest
backend: "'pyside6<6.8'"

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