Skip to content

Commit c8879ab

Browse files
kloczekhenryiii
authored andcommitted
remove python 3.7 from CI
Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent 1250ed4 commit c8879ab

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,17 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ["3.7", "pypy-3.9", "3.12", "3.13"]
55+
python-version: ["3.8", "pypy-3.9", "3.13"]
5656
runs-on: [ubuntu-latest, macos-13]
5757
cmake-version: ["3.15.x"]
5858

5959
include:
60-
- python-version: "3.7"
61-
runs-on: windows-2022
62-
cmake-version: "3.21.x"
6360
- python-version: "pypy-3.8"
6461
runs-on: windows-2022
6562
cmake-version: "3.21.x"
6663
- python-version: "3.11"
6764
runs-on: windows-2022
6865
cmake-version: "3.26.x"
69-
- python-version: "pypy-3.7"
70-
runs-on: ubuntu-latest
71-
cmake-version: "3.15.x"
7266
- python-version: "pypy-3.10"
7367
runs-on: ubuntu-latest
7468
cmake-version: "3.15.x"
@@ -99,7 +93,7 @@ jobs:
9993
- python-version: "3.13"
10094
runs-on: windows-latest
10195
cmake-version: "3.26.x"
102-
- python-version: "3.7"
96+
- python-version: "3.8"
10397
runs-on: ubuntu-22.04
10498
cmake-version: "3.15.x"
10599
exclude:

0 commit comments

Comments
 (0)