Skip to content

Commit

Permalink
ci: Pin Python 3.10 to Alpha 7
Browse files Browse the repository at this point in the history
See actions/setup-python#207

pytest isn't ready yet:
pytest-dev/pytest#8539

(cherry picked from commit 0c1414c)
  • Loading branch information
The-Compiler committed Apr 19, 2021
1 parent fcb483d commit 078f192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 078f192

Please sign in to comment.