Skip to content

Commit

Permalink
Bump versioneer for Python 3.12 compat (#88)
Browse files Browse the repository at this point in the history
* update versioneer

* bump cibuildwheel

* import from setuptool

* bump cibuildwheel
  • Loading branch information
cdiener authored Sep 2, 2023
1 parent 3246a8a commit 39ac8bf
Show file tree
Hide file tree
Showing 4 changed files with 1,486 additions and 686 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=swigplk_version::$(python scripts/find_swiglpk_version.py)"
- name: Build wheels
uses: joerick/cibuildwheel@v2.14.1
uses: joerick/cibuildwheel@v2.15.0
env:
NEW_GLPK_VERSION: ${{ steps.version.outputs.glpk_version }}
GLPK_HEADER_PATH: glpk-${{ steps.version.outputs.glpk_version }}/src
Expand Down
Loading

0 comments on commit 39ac8bf

Please sign in to comment.