Skip to content

Commit

Permalink
Test on the Python 3.10 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jun 18, 2021
1 parent 915c8ba commit 5bc8a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-beta.2, pypy3]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-beta.3, pypy3]
exclude:
- os: macos-latest
python-version: 3.7
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.10.0-beta.2
python-version: 3.10.0-beta.3
- os: macos-latest
python-version: pypy3
- os: windows-latest
Expand Down

0 comments on commit 5bc8a91

Please sign in to comment.