]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add python 2.7 to pr workflow to help catch py3 only issues
authorFederico Caselli <cfederico87@gmail.com>
Thu, 8 Jul 2021 21:28:49 +0000 (23:28 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 8 Jul 2021 21:28:49 +0000 (23:28 +0200)
Change-Id: If26b3c2ca84636859adc7623ec912f9e44cbbc3c

.github/workflows/run-on-pr.yaml

index 8a7c582a4bb2deb080ce3e6c95719fbaf8ea00c7..ecd3da7a9f3651532e2a2a9c3cc90bcea511901a 100644 (file)
@@ -6,7 +6,6 @@ on:
     branches:
       - master
     paths-ignore:
-      - "doc/**"
       - "examples/**"
 
 env:
@@ -23,6 +22,7 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
+          - "2.7"
           - "3.9"
         build-type:
           - "cext"