Skip to content

Commit fff8a89

Browse files
expand python matrix
1 parent c233fcb commit fff8a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# todo: extract from source
14-
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
14+
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11-dev"]
1515
install-style: [full, editable]
1616

1717
steps:

0 commit comments

Comments
 (0)