Skip to content

Commit

Permalink
Merge pull request #55 from henriquegemignani/patch-1
Browse files Browse the repository at this point in the history
Build for Python 3.11
  • Loading branch information
SolventMercury authored Apr 11, 2023
2 parents 60a8e79 + 5d0fb17 commit 2b8bad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'

runs-on: ${{ matrix.os }}
name: Wheel for ${{ matrix.os }} (${{ matrix.python }})
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
- 'cp38-cp38'
- 'cp39-cp39'
- 'cp310-cp310'
- 'cp311-cp311'

runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
- {version: '3.8', wheel: 'cp38-cp38'}
- {version: '3.9', wheel: 'cp39-cp39'}
- {version: '3.10', wheel: 'cp310-cp310'}
- {version: '3.11', wheel: 'cp311-cp311'}

steps:
- name: Checkout
Expand Down

0 comments on commit 2b8bad5

Please sign in to comment.