Skip to content

Commit

Permalink
Disable Python 3.10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 24, 2021
1 parent 39a349a commit f026f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
python:
- 3.6
- 3.9
- 3.10.0-alpha - 3.10.99
# fails as lxml doesn't install
# - 3.10.0-alpha - 3.10.99
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit f026f8d

Please sign in to comment.