Skip to content

Commit ceaffa4

Browse files
committed
Remove official support for py3.7 to py3.8, add py3.13 and pypy 3.10
1 parent 5e505b5 commit ceaffa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: true
5151
matrix:
5252
os: [ubuntu-22.04, windows-2022, macos-13]
53-
py: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "pp37", "pp38", "pp39"]
53+
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]
5454

5555
steps:
5656
- uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-22.04, macos-13, windows-2022]
19-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/[email protected]

0 commit comments

Comments
 (0)