Skip to content

Commit 13ad77f

Browse files
committed
Github Actions: enable py3.10 and py3.11
1 parent e02b491 commit 13ad77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nosetests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [ '3.7', '3.8', '3.9']
11+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11']
1212
include:
1313
- os: ubuntu-20.04
1414
python-version: '3.6'

0 commit comments

Comments
 (0)