Skip to content

Commit

Permalink
add py313
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 13, 2024
1 parent 69452c2 commit 3333ec9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
- python-version: "3.12"
backend: pyqt5
include:
- python-version: "3.13"
platform: ubuntu-latest
backend: "'pyside6<6.8'"
- python-version: "3.13"
platform: windows-latest
backend: "'pyqt6"

- python-version: "3.10"
platform: macos-latest
backend: "'pyside6<6.8'"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3333ec9

Please sign in to comment.