Skip to content

Commit

Permalink
Test on Python 3.10 final
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and mvantellingen committed Dec 29, 2021
1 parent 1ddd118 commit f192030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
# TODO: Remove Windows exclusion when binary wheel available for lxml
exclude:
- { platform: windows-latest, python-version: "3.10-dev" }
- { platform: windows-latest, python-version: "3.10" }

steps:
- name: Install system dependencies
Expand Down

0 comments on commit f192030

Please sign in to comment.