Skip to content

Commit 5aa8ddc

Browse files
committed
Update pypi uploader action
1 parent f3d4e00 commit 5aa8ddc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 4
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
14+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
1515
platform: [macos-latest, windows-latest] # Wheels on linux below
1616
runs-on: ${{ matrix.platform }}
1717

@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v5
5050
with:
51-
python-version: 3.10
51+
python-version: 3.11
5252
- name: Stable with rustfmt and clippy
5353
uses: actions-rs/toolchain@v1
5454
with:
@@ -61,7 +61,7 @@ jobs:
6161
- name: Python wheels manylinux build
6262
uses: RalfG/python-wheels-manylinux-build@v0.7.1
6363
with:
64-
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
64+
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
6565
build-requirements: 'setuptools cython setuptools_scm'
6666
- name: Build and publish wheel
6767
env:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Python
8080
uses: actions/setup-python@v5
8181
with:
82-
python-version: 3.10
82+
python-version: 3.11
8383
- name: Set up QEMU
8484
id: qemu
8585
uses: docker/setup-qemu-action@v3
@@ -90,7 +90,7 @@ jobs:
9090
- name: Python wheels manylinux build
9191
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_aarch64
9292
with:
93-
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
93+
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
9494
build-requirements: 'setuptools cython setuptools_scm'
9595
- name: Build and publish wheel
9696
env:
@@ -106,7 +106,7 @@ jobs:
106106
- name: Set up Python
107107
uses: actions/setup-python@v5
108108
with:
109-
python-version: '3.10'
109+
python-version: '3.11'
110110
- name: Install dependencies
111111
run: |
112112
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)