From: Daniele Varrazzo Date: Tue, 29 Jun 2021 13:29:26 +0000 (+0100) Subject: Test all the Python versions on MacOS and Windows X-Git-Tag: 3.0.dev0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=478b7cdec316bca2dd63b69c4dc3053d8a1280b3;p=thirdparty%2Fpsycopg.git Test all the Python versions on MacOS and Windows --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b99342622..c56db791a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,11 +72,14 @@ jobs: fail-fast: false matrix: include: + - {impl: python, python: 3.6} + - {impl: python, python: 3.7} + - {impl: python, python: 3.8} + - {impl: python, python: 3.9} - {impl: c, python: 3.6} - {impl: c, python: 3.7} - {impl: c, python: 3.8} - {impl: c, python: 3.9} - - {impl: python, python: 3.9} env: PSYCOPG_IMPL: ${{ matrix.impl }} @@ -118,10 +121,13 @@ jobs: fail-fast: false matrix: include: - # - {impl: c, python: 3.6} - # - {impl: c, python: 3.7} + - {impl: c, python: 3.6} + - {impl: c, python: 3.7} - {impl: c, python: 3.8} - # - {impl: c, python: 3.9} + - {impl: c, python: 3.9} + - {impl: python, python: 3.6} + - {impl: python, python: 3.7} + - {impl: python, python: 3.8} - {impl: python, python: 3.9} env: