Skip to content

Commit

Permalink
Add 3.10 Dev Tests (#183)
Browse files Browse the repository at this point in the history
- Lets see and try make us pass 3.10-dev releases
  • Loading branch information
cooperlees authored Aug 27, 2021
1 parent 7cf32e0 commit ceffb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
os: [ubuntu-latest]

steps:
Expand All @@ -34,4 +34,4 @@ jobs:
- name: Check formatting
run: |
black --check .
black --check .

0 comments on commit ceffb5e

Please sign in to comment.