Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add py3.13 #671

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
qt: [pyqt6, pyside6]
include:
- python-version: "3.8"
- python-version: "3.9"
os: ubuntu-latest
qt: pyqt5
- python-version: "3.8"
- python-version: "3.9"
os: ubuntu-latest
qt: pyside2
- python-version: "3.9"
os: macos-13
qt: pyside2
- python-version: "3.8"
os: windows-latest
qt: pyqt5
- python-version: "3.9"
os: macos-13
qt: pyqt5
- python-version: "3.9"
os: ubuntu-latest
qt: pyside2
os: windows-latest
qt: pyqt5
- python-version: "3.10"
os: ubuntu-latest
qt: pyside2
Expand All @@ -54,6 +54,12 @@ jobs:
- python-version: "3.12"
os: ubuntu-latest
qt: pyside6
- python-version: "3.13"
os: ubuntu-latest
qt: pyside6
- python-version: "3.13"
os: windows-latest
qt: pyqt6

test-min-reqs:
name: Test min reqs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"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",
"Topic :: Software Development :: User Interfaces",
Expand Down
Loading