]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Test all the Python versions on MacOS and Windows
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Jun 2021 13:29:26 +0000 (14:29 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Jun 2021 15:48:22 +0000 (16:48 +0100)
.github/workflows/tests.yml

index b993426229d7bc907f2b14cf0315158f1763e33b..c56db791a6b68e3160c9b0ad30e0827a103b0822 100644 (file)
@@ -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: