There was an error while loading. Please reload this page.
1 parent 7f58e49 commit 6357577Copy full SHA for 6357577
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-20.04
14
strategy:
15
matrix:
16
- python-version: [3.5, 3.6, 3.7, 3.8, 'pypy3']
+ python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3']
17
steps:
18
- name: checkout
19
uses: actions/checkout@v2
0 commit comments