From f18d9d5537c13f912bdd1b089e01a9f717e921ae Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Sun, 29 Mar 2020 12:17:12 +0200 Subject: [PATCH] Remove Python 3.4 --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 200ead7..7761eed 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8] + version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - uses: actions/download-artifact@v1