Python 3.7 EOL

This commit is contained in:
James Turk 2023-06-23 10:40:39 -05:00
parent 6526b1665e
commit c431a8e9a9
1 changed files with 8 additions and 8 deletions

View File

@ -50,9 +50,9 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9
interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
- target: aarch64
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9
interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
# armv7?
steps:
- uses: actions/checkout@v3
@ -78,10 +78,10 @@ jobs:
platform:
- target: x86_64-unknown-linux-musl
arch: x86_64
interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
interpreter: 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
- target: i686-unknown-linux-musl
arch: x86
interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
interpreter: 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
# all values: [x86_64, x86, aarch64, armhf, armv7, ppc64le, riscv64, s390x]
# { target: "aarch64-unknown-linux-musl", arch: "aarch64" },
# { target: "armv7-unknown-linux-musleabihf", image_tag: "armv7" },
@ -112,9 +112,9 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.7 3.8 3.9 3.10 3.11
interpreter: 3.8 3.9 3.10 3.11
- target: x86
interpreter: 3.7 3.8 3.9 3.10 3.11
interpreter: 3.8 3.9 3.10 3.11
steps:
- uses: actions/checkout@v3
with:
@ -138,9 +138,9 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
interpreter: 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
- target: aarch64
interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
interpreter: 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
steps:
- uses: actions/checkout@v3
with: