Skip to content

Commit

Permalink
test: test qt6 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Oct 4, 2023
1 parent c11184c commit b26350d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- python-version: "3.10"
platform: ubuntu-latest
backend: pyside6
- python-version: "3.12"
platform: ubuntu-latest
backend: pyqt6
exclude:
- python-version: "3.11"
backend: pyside2
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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",
"Topic :: Software Development :: User Interfaces",
Expand Down Expand Up @@ -217,6 +218,8 @@ filterwarnings = [
"ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
"ignore:Enum value:DeprecationWarning:matplotlib",
"ignore:Widget([^\\s]+) is deprecated:DeprecationWarning", # ipywidgets
"ignore::DeprecationWarning:docstring_parser",
"ignore::DeprecationWarning:tqdm",
]

# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down

0 comments on commit b26350d

Please sign in to comment.