Skip to content

Commit 70b36a8

Browse files
committed
Disable Python 2.6 CI tests for now
1 parent 9f33c2c commit 70b36a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
versions:
17-
- python: "2.6"
17+
# - python: "2.6"
1818
- python: "2.7"
1919
- python: "3.3"
2020
- python: "3.4"
@@ -43,4 +43,4 @@ jobs:
4343
docker run \
4444
-e PYTHON_VERSION=${{ matrix.versions.python }} \
4545
jmadler/python-future-builder:${{ matrix.versions.python }} \
46-
/root/python-future/test.sh
46+
/root/python-future/test.sh

0 commit comments

Comments
 (0)