From c431a8e9a96d1b9dc90e159e44f332fbcfa2ce91 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 23 Jun 2023 10:40:39 -0500 Subject: [PATCH] Python 3.7 EOL --- .github/workflows/CI.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ceb751e..1a2aef7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: