From 5bdf033b7dbf3439862424ff23ba3f7b234d150d Mon Sep 17 00:00:00 2001 From: MuellerSeb Date: Thu, 18 Feb 2021 15:22:04 +0100 Subject: [PATCH] CI reactivate py39 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f49968..08fbee4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 @@ -56,7 +56,7 @@ jobs: python -m coveralls --service=github - uses: actions/upload-artifact@v2 - if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' + if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' with: path: dist