Skip to content

Commit 2fb6a25

Browse files
python versions fixup
1 parent ec0df24 commit 2fb6a25

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
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
# todo: extract from source
41-
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11-dev"]
41+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10-dev"]
4242
install-from: ["dist/*.whl"]
4343
include:
4444
- python-version: 3.9

0 commit comments

Comments
 (0)