Skip to content

Commit

Permalink
updated python versions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Nov 2, 2023
1 parent 90ff287 commit d0d0340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python: ["cp37", "cp38", "cp39", "cp310", "cp311"]
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_SKIP: '*i686'
Expand Down

0 comments on commit d0d0340

Please sign in to comment.