Skip to content

Commit 1ab1958

Browse files
committed
Remove python 3.7 and 3.8 from tests
1 parent 244f651 commit 1ab1958

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
16+
python: ['3.9', '3.10', '3.11', '3.12']
1717
steps:
1818
- name: Harden Runner
1919
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1

.github/workflows/unit.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,16 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
14+
python: ['3.9', '3.10', '3.11', '3.12']
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
# Python <= 3.9 is not available on macos-14
1717
# Workaround for https://github.com/actions/setup-python/issues/696
1818
exclude:
1919
- platform: macos-latest
2020
python: '3.9'
21-
- platform: macos-latest
22-
python: '3.8'
23-
- platform: macos-latest
24-
python: '3.7'
2521
include:
2622
- platform: macos-latest
2723
python: '3.9'
28-
- platform: macos-13
29-
python: '3.8'
30-
- platform: macos-13
31-
python: '3.7'
3224
runs-on: ${{ matrix.platform }}
3325
steps:
3426
- name: Harden Runner

0 commit comments

Comments
 (0)