Skip to content

Commit f7bd255

Browse files
committed
Drop Python 3.7 and macos-12 from CI.
1 parent 0d1205e commit f7bd255

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
36-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9']
37-
exclude:
38-
# macos-latest does not have Python 3.7
39-
- os: macos-latest
40-
python-version: '3.7'
35+
os: [ubuntu-latest, macos-latest, windows-latest]
36+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9']
4137

4238
steps:
4339
- uses: actions/checkout@v4
@@ -69,8 +65,6 @@ jobs:
6965
coverage run --branch test_pagesign.py
7066
coverage xml
7167
- name: Upload coverage to Codecov
72-
# Repeated failures of Codecov on macos-12
73-
# if: ${{ matrix.os != 'macos-12' }}
7468
uses: codecov/codecov-action@v4
7569
with:
7670
flags: unittests

0 commit comments

Comments
 (0)