Skip to content

Commit 359d699

Browse files
committed
ci: Add test config for 3.10
1 parent 9d991ec commit 359d699

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python: [ 3.6, 3.7, 3.8, 3.9 ]
16+
python: [ 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.3 ]
1717
os: [ ubuntu-latest, macos-latest ]
1818
runs-on: ${{ matrix.os }}
19-
2019
steps:
2120
- uses: actions/checkout@v2
2221
- name: Set up Python

0 commit comments

Comments
 (0)