Skip to content

Commit 19ceb2e

Browse files
committed
Remove 3.9 from circleci
1 parent c5131ab commit 19ceb2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ workflows:
123123
only: /^v.*/
124124
matrix:
125125
parameters:
126-
cibw-build: ["cp39-manylinux_aarch64",
127-
"cp310-manylinux_aarch64",
126+
cibw-build: ["cp310-manylinux_aarch64",
128127
"cp311-manylinux_aarch64",
129128
"cp312-manylinux_aarch64",
130-
"cp39-musllinux_aarch64",
131129
"cp310-musllinux_aarch64",
132130
"cp311-musllinux_aarch64",
133131
"cp312-musllinux_aarch64",]

0 commit comments

Comments
 (0)