]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update pypy to support newer macos versions
authorFederico Caselli <cfederico87@gmail.com>
Mon, 11 Oct 2021 18:08:15 +0000 (20:08 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 11 Oct 2021 18:08:15 +0000 (20:08 +0200)
Change-Id: Ibe7f28cbaae59b4a9aa8a077a397adfafa3c722d

.github/workflows/run-test.yaml

index 7093de6b540a4c7cb5325436e7f78942df1085ca..d235cda12a15d31bc0eaf2fbece354352769873a 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           - "3.8"
           - "3.9"
           - "3.10"
-          - "pypy3"
+          - "pypy-3.8"
         build-type:
           - "cext"
           - "nocext"
@@ -44,7 +44,7 @@ jobs:
 
         include:
           # autocommit tests fail on the ci for some reason
-          - python-version: "pypy3"
+          - python-version: "pypy-3.8"
             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,11 +61,8 @@ jobs:
           - os: "macos-latest"
             architecture: x86
           # pypy does not have cext
-          - python-version: "pypy3"
+          - python-version: "pypy-3.8"
             build-type: "cext"
-          # pypy on windows has an ancient sqlite version (3.6)
-          - os: "windows-latest"
-            python-version: "pypy3"
 
       fail-fast: false