From bd8bacf49d8a081173a9a219fbd63ca50cf37d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Tue, 31 Aug 2021 10:45:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=203.9=20support=20for=20test?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5447dcd..076987d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -48,4 +48,4 @@ jobs: poetry run black spleeter --check poetry run isort spleeter --check - name: Test with pytest - run: poetry run pytest tests/ \ No newline at end of file + run: poetry run pytest tests/