Skip to content

Commit

Permalink
adding python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoOkuma committed Jun 20, 2024
1 parent 7f60ad6 commit b540199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,19 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest]
python: ["3.9", "3.10"]
python: ["3.9", "3.12"]
backend: [pyqt5]
include:
- python: 3.9
- python: 3.11
platform: windows-latest
backend: pyqt5
- python: 3.9
- python: 3.11
platform: macos-latest
backend: pyside2
- python: 3.9
- python: 3.11
platform: ubuntu-latest
backend: pyqt6
- python: 3.9
platform: ubuntu-latest
backend: pyside2
- python: 3.9 # only this run execute coverage
- python: 3.11 # only this run execute coverage
platform: ubuntu-latest
backend: pyside6
coverage: true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license_files = LICENSE
include_package_data = True

[options]
python_requires = >=3.9,<3.12
python_requires = >=3.9,<3.13
install_requires =
click >=8.1.3,<9.0
rich >=13.3.5,<14.0
Expand Down

0 comments on commit b540199

Please sign in to comment.