Skip to content

Commit ceffb5e

Browse files
authored
Add 3.10 Dev Tests (#183)
- Lets see and try make us pass 3.10-dev releases
1 parent 7cf32e0 commit ceffb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
1212
os: [ubuntu-latest]
1313

1414
steps:
@@ -34,4 +34,4 @@ jobs:
3434
3535
- name: Check formatting
3636
run: |
37-
black --check .
37+
black --check .

0 commit comments

Comments
 (0)