Skip to content

Commit

Permalink
Remove Python 3.10-beta.1 for now, since dependency resolving seems t…
Browse files Browse the repository at this point in the history
…o fail
  • Loading branch information
sondrelg committed May 24, 2021
1 parent 7f44955 commit 34e89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.1"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 34e89d6

Please sign in to comment.