Skip to content

Commit e08147c

Browse files
committed
Add back Debian 10 images with Py26 to workflows
1 parent 8704715 commit e08147c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
strategy:
218218
matrix:
219219
python-version:
220-
["2.7", "2.7-ucs2", "3.1", "3.1-ucs2",
220+
["2.6", "2.6-ucs2", "2.7", "2.7-ucs2", "3.1", "3.1-ucs2",
221221
"3.2", "3.2-ucs2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
222222
"3.9", "3.10", "3.11", "3.12"]
223223
max-parallel: 1

.github/workflows/x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
strategy:
218218
matrix:
219219
python-version:
220-
["2.7", "2.7-ucs2", "3.1", "3.1-ucs2",
220+
["2.6", "2.6-ucs2", "2.7", "2.7-ucs2", "3.1", "3.1-ucs2",
221221
"3.2", "3.2-ucs2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
222222
"3.9", "3.10", "3.11", "3.12"]
223223
max-parallel: 1

.github/workflows/x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
strategy:
218218
matrix:
219219
python-version:
220-
["2.7", "2.7-ucs2", "3.1", "3.1-ucs2",
220+
["2.6", "2.6-ucs2", "2.7", "2.7-ucs2", "3.1", "3.1-ucs2",
221221
"3.2", "3.2-ucs2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
222222
"3.9", "3.10", "3.11", "3.12"]
223223
max-parallel: 1

0 commit comments

Comments
 (0)