Skip to content

Commit

Permalink
build: add py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 11, 2024
1 parent 058d63c commit 2af42c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
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

0 comments on commit 2af42c5

Please sign in to comment.