Skip to content

Commit a3f8c43

Browse files
authored
ci(build-wheel): remove py314 from wheels (#358)
1 parent 89105fc commit a3f8c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
strategy:
7777
matrix:
78-
python: [39, 310, 311, 312, 313, 314]
78+
python: [39, 310, 311, 312, 313]
7979
include:
8080
- os: ubuntu-latest
8181
arch: aarch64

0 commit comments

Comments
 (0)