diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 643fa8b82..119b60784 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e44e8a427..e3a292e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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