Skip to content

Commit

Permalink
Merge pull request #2 from chris-allan/py312
Browse files Browse the repository at this point in the history
Add Python 3.12 to the build matrix
  • Loading branch information
chris-allan authored Jan 31, 2024
2 parents 823ea47 + ea9d13b commit a22946f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
runs-on: macos-14
steps:
- name: Checkout repository and submodules
Expand All @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Prepare build environment
run: |
pip install wheel>=0.40.0 twine numpy
pip install wheel>=0.40.0 twine numpy setuptools
- name: Build wheel
run: |
curl -J -O -L 'https://pypi.io/packages/source/z/zeroc-ice/zeroc-ice-3.6.5.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion patches

0 comments on commit a22946f

Please sign in to comment.