Skip to content

Commit e238efe

Browse files
committed
ci: drop python < 3.10 support
1 parent d1cfd4f commit e238efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
arch: ["x86_64", "aarch64"]
24-
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
24+
build: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
2525
include:
2626
- arch: "x86_64"
2727
os: ubuntu-latest
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
os: [ubuntu-latest, ubuntu-24.04-arm]
67-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
67+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6868
exclude:
6969
- os: "ubuntu-24.04-arm"
7070
python-version: "3.8"

.github/workflows/release-osx-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2424
os: [macos-15-intel, macos-14, windows-2022]
2525
include:
2626
- os: windows-2022

0 commit comments

Comments
 (0)