Skip to content

Commit 33ef9c6

Browse files
[issue-839] Drop CI support for Python 3.7 (we are long past its EOL)
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent a25937f commit 33ef9c6

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/check_codestyle.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu-latest, macos-latest, windows-latest ]
23-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
24-
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
25-
- python-version: "3.7"
26-
os: macos-latest
27-
include:
28-
- python-version: "3.7"
29-
os: macos-13
23+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
3024

3125
steps:
3226
- uses: actions/checkout@v3

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest, windows-latest ]
20-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
21-
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
22-
- python-version: "3.7"
23-
os: macos-latest
24-
include:
25-
- python-version: "3.7"
26-
os: macos-13
20+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
2721

2822
steps:
2923
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)