Skip to content

Commit 6357577

Browse files
author
olegm
committed
actions: -py3.5 +py3.9 +py3.10
1 parent 7f58e49 commit 6357577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python-version: [3.5, 3.6, 3.7, 3.8, 'pypy3']
16+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3']
1717
steps:
1818
- name: checkout
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)