Skip to content

Commit

Permalink
ci: test python 3.12 (#181)
Browse files Browse the repository at this point in the history
* ci: test 3.12

* ci: try pyqt6

* update pyproject

* test: try macos
  • Loading branch information
tlambert03 authored Oct 8, 2023
1 parent 6f74c69 commit 65a4a6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
platform: windows-latest
backend: pyside6

- python-version: "3.12"
platform: macos-latest
backend: pyqt6

# legacy Qt
- python-version: 3.8
platform: ubuntu-latest
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.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Desktop Environment",
"Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Widget Sets",
Expand Down

0 comments on commit 65a4a6e

Please sign in to comment.