changeset 5:94bf1c757908

remove python 2.x
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 16 Nov 2021 17:50:50 +0100
parents ccffaf75d240
children 0f196da9af68
files .github/workflows/python-publish.yml
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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