Skip to content

Commit

Permalink
Merge pull request #213 from heitzmann/python312
Browse files Browse the repository at this point in the history
build for python 3.12
  • Loading branch information
joamatab committed Nov 20, 2023
2 parents d9c5837 + 93a83d7 commit a95a95d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: pypa/cibuildwheel@v2.12.3
- uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: "cp36-* cp37-* pp* *_ppc64le *_s390x *_universal2"
CIBW_BEFORE_ALL_LINUX: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.8', '3.11']
python-version: ['3.8', '3.11', '3.12']
name: Test for ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.11']
python-version: ['3.8', '3.11', '3.12']
defaults:
run:
shell: pwsh
Expand Down

0 comments on commit a95a95d

Please sign in to comment.