]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use pypy3.7 7179/head
authorFederico Caselli <cfederico87@gmail.com>
Mon, 11 Oct 2021 19:13:12 +0000 (21:13 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 11 Oct 2021 19:13:12 +0000 (21:13 +0200)
Change-Id: I13beb3054e5688801d44aadae908c72636a06239

.github/workflows/run-test.yaml

index d3c3cb658774e3e891a974190779b08579fe46d6..cb315d1ec8df7ff50206030ca34455de307fce49 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           - "3.8"
           - "3.9"
           - "3.10"
-          - "pypy3.8"
+          - "pypy-3.7"
         build-type:
           - "cext"
           - "nocext"
@@ -44,7 +44,7 @@ jobs:
 
         include:
           # autocommit tests fail on the ci for some reason
-          - python-version: "pypy3.8"
+          - python-version: "pypy-3.7"
             pytest-args: "-k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
           # add aiosqlite on linux
           - os: "ubuntu-latest"
@@ -61,8 +61,11 @@ jobs:
           - os: "macos-latest"
             architecture: x86
           # pypy does not have cext
-          - python-version: "pypy3.8"
+          - python-version: "pypy-3.7"
             build-type: "cext"
+          - os: "windows-latest"
+            python-version: "pypy-3.7"
+            architecture: x86
 
       fail-fast: false