# HG changeset patch # User Dennis Concepcion Martin # Date 1637081450 -3600 # Node ID 94bf1c757908fca5e36a5bcd69ff18e2ffad680d # Parent ccffaf75d240d960bb186b4373ae709e85352947 remove python 2.x diff -r ccffaf75d240 -r 94bf1c757908 .github/workflows/python-publish.yml --- a/.github/workflows/python-publish.yml Tue Nov 16 17:45:28 2021 +0100 +++ b/.github/workflows/python-publish.yml Tue Nov 16 17:50:50 2021 +0100 @@ -6,19 +6,13 @@ jobs: deploy: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - python-version: [ "2.x", "3.x" ] - steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: '3.x' - name: Install dependencies run: | python -m pip install --upgrade pip