There was an error while loading. Please reload this page.
1 parent 27d8fb0 commit 18048c9Copy full SHA for 18048c9
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
+ python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
11
env:
12
cache-revision: 1
13
steps:
0 commit comments