From: Federico Caselli Date: Thu, 8 Jul 2021 21:28:49 +0000 (+0200) Subject: add python 2.7 to pr workflow to help catch py3 only issues X-Git-Tag: rel_1_4_21~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a457e555e0b1cc8aca79270f2330b5fdef78eafb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add python 2.7 to pr workflow to help catch py3 only issues Change-Id: If26b3c2ca84636859adc7623ec912f9e44cbbc3c --- diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 8a7c582a4b..ecd3da7a9f 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -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"