From 0c1414c6aaa419cba812b751c97c87e10cd6009e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 19 Apr 2021 11:43:37 +0200 Subject: [PATCH] ci: Pin Python 3.10 to Alpha 7 See https://github.com/actions/setup-python/issues/207 pytest isn't ready yet: https://github.com/pytest-dev/pytest/issues/8539 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ae2393f99f..9d1995c6436 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: ### PyQt 5.15 (Python 3.10) - testenv: py310-pyqt515 os: ubuntu-20.04 - python: 3.10-dev + python: 3.10.0-alpha.7 ### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env) - testenv: py39-pyqt515 os: macos-10.15