Skip to content

Commit

Permalink
Test with Python 3.10 and 3.11-dev (#89)
Browse files Browse the repository at this point in the history
* Test with Python 3.10 and 3.11-dev

* fix
  • Loading branch information
henry0312 authored Mar 12, 2022
1 parent 4f5d1f0 commit aba9c0b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
# https://github.com/actions/setup-python/blob/8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d/src/find-python.ts#L157-L165
- 3.10-dev
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
# https://github.com/actions/setup-python/blob/v3.0.0/src/find-python.ts#L112-L120
- "3.11-dev"

steps:
- name: Checkout
Expand Down

0 comments on commit aba9c0b

Please sign in to comment.