Skip to content

Commit 8b43e1f

Browse files
author
Vasu Jaganath
committed
drop python 3.9
1 parent a3ef572 commit 8b43e1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-22.04, macos-14-large, windows-latest, ubuntu-22.04-arm]
1616
cibw_archs: ["auto64"]
17-
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]
17+
cibw_build: ["cp310", "cp311", "cp312", "cp313"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -73,7 +73,7 @@ jobs:
7373
matrix:
7474
os: [macos-14-xlarge]
7575
cibw_archs: ["arm64"]
76-
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]
76+
cibw_build: ["cp310", "cp311", "cp312", "cp313"]
7777

7878
steps:
7979
- uses: actions/checkout@v3

.github/workflows/publish_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-22.04, macos-14-large, windows-latest, ubuntu-22.04-arm]
1818
cibw_archs: ["auto64"]
19-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
19+
cibw_build: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -79,7 +79,7 @@ jobs:
7979
matrix:
8080
os: [macos-14-xlarge]
8181
cibw_archs: ["arm64"]
82-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
82+
cibw_build: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
8383

8484
steps:
8585
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)