Skip to content

Commit

Permalink
test on py 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 8, 2021
1 parent b133ed5 commit 79e063f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Add 3.9 when cryptography ships Python 3.9 Windows wheels
python: ['2.7', '3.6', '3.7', '3.8']
python: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10.0-beta.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -37,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['2.7', '3.6', '3.7', '3.8', '3.9']
python: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10.0-beta.2']
old_cryptography: ['']
extra_name: ['']
include:
Expand Down Expand Up @@ -71,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['2.7', '3.6', '3.7', '3.8', '3.9']
python: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10.0-beta.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 79e063f

Please sign in to comment.