diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb7f5064..e436f3cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -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 \ No newline at end of file + /root/python-future/test.sh