Skip to content

Commit

Permalink
Test on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 20, 2021
1 parent 33b78e2 commit 49d51d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
test:
strategy:
matrix:
python: [3.6, 3.8, 3.9]
python:
- 3.6
- 3.9
- 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 49d51d0

Please sign in to comment.