Skip to content

Commit 5b1ee33

Browse files
authored
ci: remove py39 for cibuildwheel (#123)
* update the cibuildwheel configuration * remove building for py3.9
1 parent 383c1a0 commit 5b1ee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, macos-14]
52-
python-version: ['39', '310', '311', '312', '313']
52+
python-version: ['310', '311', '312', '313']
5353
runs-on: ${{ matrix.os }}
5454

5555
steps:

0 commit comments

Comments
 (0)