diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 31b180e6..fb9ca118 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 444321b6..f8d97928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",