Skip to content

Commit d701fa5

Browse files
committed
Test on new Pythons
1 parent af858bf commit d701fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: [3.7, 3.8, 3.9, "pypy-3.7"]
29+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7", "pypy-3.8"]
3030
fail-fast: false
3131
steps:
3232
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)