From 62de76e878ec18a58e08c78c1cda91e3707ed3c6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 30 Apr 2021 10:48:07 +0200 Subject: Revert "ci: Pin Python 3.10 to Alpha 7" This reverts commit 0c1414c6aaa419cba812b751c97c87e10cd6009e. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e79a37b..71c91e13b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: ### PyQt 5.15 (Python 3.10) - testenv: py310-pyqt515 os: ubuntu-20.04 - python: 3.10.0-alpha.7 + python: 3.10-dev ### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env) - testenv: py39-pyqt515 os: macos-10.15 -- cgit v1.2.3-54-g00ecf