Skip to content

Commit

Permalink
github/workflows: Add Py 3.12, delete Py 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Oct 18, 2023
1 parent d4c001a commit 04abb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
tracemalloc: [true, false]
codecov: [true, false]
sdist: [true, false]
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: cp3{[789],10,11}-*
CIBW_BUILD: cp3{[89],10,11,12}-*
CIBW_ARCHS: ${{ matrix.arch }}

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 04abb45

Please sign in to comment.