Skip to content

Commit

Permalink
Disable Python 2.6 CI tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
edschofield committed Feb 21, 2024
1 parent 9f33c2c commit 70b36a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
versions:
- python: "2.6"
# - python: "2.6"
- python: "2.7"
- python: "3.3"
- python: "3.4"
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
docker run \
-e PYTHON_VERSION=${{ matrix.versions.python }} \
jmadler/python-future-builder:${{ matrix.versions.python }} \
/root/python-future/test.sh
/root/python-future/test.sh

0 comments on commit 70b36a8

Please sign in to comment.