Skip to content

Commit 4877829

Browse files
authored
feat: drop python 3.7 support (#1359)
1 parent dfc9b8d commit 4877829

File tree

4 files changed

+135
-195
lines changed

4 files changed

+135
-195
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
python-version:
39-
- "3.7"
4039
- "3.8"
4140
- "3.9"
4241
- "3.10"
4342
- "3.11"
4443
- "3.12"
45-
- "pypy-3.7"
44+
- "pypy-3.8"
45+
- "pypy-3.9"
4646
os:
4747
- ubuntu-latest
4848
- macos-latest
@@ -56,7 +56,13 @@ jobs:
5656
- os: windows-latest
5757
extension: use_cython
5858
- os: windows-latest
59-
python-version: "pypy-3.7"
59+
python-version: "pypy-3.8"
60+
- os: windows-latest
61+
python-version: "pypy-3.9"
62+
- os: macos-latest
63+
python-version: "pypy-3.8"
64+
- os: macos-latest
65+
python-version: "pypy-3.9"
6066
runs-on: ${{ matrix.os }}
6167
steps:
6268
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)