Skip to content

Commit 512bbdd

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,17 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ["3.7", "pypy-3.9", "3.12"]
48+
python-version: ["pypy-3.9", "3.12"]
4949
runs-on: [ubuntu-latest, macos-13]
5050
cmake-version: ["3.15.x"]
5151

5252
include:
53-
- python-version: "3.7"
54-
runs-on: windows-2022
55-
cmake-version: "3.21.x"
5653
- python-version: "pypy-3.8"
5754
runs-on: windows-2022
5855
cmake-version: "3.21.x"
5956
- python-version: "3.11"
6057
runs-on: windows-2022
6158
cmake-version: "3.26.x"
62-
- python-version: "pypy-3.7"
63-
runs-on: ubuntu-latest
64-
cmake-version: "3.15.x"
6559
- python-version: "pypy-3.10"
6660
runs-on: ubuntu-latest
6761
cmake-version: "3.15.x"

0 commit comments

Comments
 (0)