From 09d988e2cf83e3680642430268d3b7943d6625b2 Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 29 Sep 2022 21:16:25 +0200 Subject: [PATCH] Enable Python 3.9 tests in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc7d89d..4b524f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8' ] + python-version: [ '3.7', '3.8', '3.9'] name: Python ${{ matrix.python-version }} extension test services: