Skip to content

Commit fdfdb63

Browse files
committed
.github: workflow updated, remove python 3.10
1 parent 79992da commit fdfdb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- prebuild-windows-binaries
3939
strategy:
4040
matrix:
41-
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
41+
pyver: ["3.11", "3.12", "3.13", "3.14", "3.15"]
4242
arch: [x86_64, x86, aarch64, armv7]
4343
runs-on: ubuntu-latest
4444

0 commit comments

Comments
 (0)