Skip to content

Commit 0ad6c88

Browse files
authored
Update test-pypi.yaml
1 parent 34ce2ed commit 0ad6c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
path: iphreeqc
4545
- uses: actions/setup-python@v5
4646
with:
47-
python-version: "3.11"
47+
python-version: "3.12"
4848
- name: Update version
4949
run: python script.py version ${{ github.event.inputs.package_version }}
5050
- name: Build wheels
5151
uses: pypa/cibuildwheel@v2.21.3
5252
env:
53-
CIBW_BUILD: cp311-*
53+
CIBW_BUILD: cp312-*
5454
CIBW_ARCHS_MACOS: x86_64
5555
- name: Upload wheels
5656
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)