From ab79573f1735df16e2ce0db89990aefc12e5cfbc Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Mon, 21 Sep 2020 10:11:53 +0200 Subject: [PATCH] Actually release Python 3.9 --- .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 f3ba7eb..0ed3948 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -60,7 +60,7 @@ jobs: if: github.ref == 'refs/heads/master' strategy: matrix: - version: [2.7, 3.5, 3.6, 3.7, 3.8] + version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/download-artifact@v1