Skip to content

Commit 606a041

Browse files
committed
build: remove py39 wheels from PYPI
1 parent f6e326c commit 606a041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
linux-build:
1414
strategy:
1515
matrix:
16-
pyver: [py39, py310, py311, py312, py313]
16+
pyver: [py310, py311, py312, py313]
1717
runs-on: ubuntu-latest
1818
env:
1919
PYTHON_VERSION: ${{ matrix.pyver }}
@@ -55,7 +55,7 @@ jobs:
5555
windows-build:
5656
strategy:
5757
matrix:
58-
pyver: ['3.9', '3.10', '3.11', '3.12', '3.13']
58+
pyver: ['3.10', '3.11', '3.12', '3.13']
5959
runs-on: windows-latest
6060
steps:
6161
- name: Set git for windows

0 commit comments

Comments
 (0)