summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 030a35774..afa467ab5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -122,17 +122,17 @@ jobs:
os: ubuntu-20.04
python: "3.9"
### PyQt 5.15 (Python 3.10, with coverage)
- - testenv: py39-pyqt515-cov
+ - testenv: py310-pyqt515-cov
os: ubuntu-20.04
python: "3.10"
### PyQt 5.15 (Python 3.11)
- - testenv: py310-pyqt515
+ - testenv: py311-pyqt515
os: ubuntu-20.04
python: "3.11-dev"
### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-10.15
- python: "3.7"
+ python: "3.9"
args: "tests/unit" # Only run unit tests on macOS
### macOS Big Sur
# - testenv: py39-pyqt515