Skip to content

Commit

Permalink
Merge pull request #15 from henriquegemignani/feature/python-3.11
Browse files Browse the repository at this point in the history
Test with Python 3.11
  • Loading branch information
henriquegemignani authored Aug 2, 2022
2 parents dc2afad + a412c3b commit 4568812
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -21,6 +21,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11-dev'

runs-on: ${{ matrix.os }}
name: Wheel for ${{ matrix.os }} (${{ matrix.python }})
Expand Down Expand Up @@ -62,6 +63,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 @@ -115,6 +117,7 @@ jobs:
- {version: '3.8', wheel: 'cp38-cp38'}
- {version: '3.9', wheel: 'cp39-cp39'}
- {version: '3.10', wheel: 'cp310-cp310'}
- {version: '3.11-dev', wheel: 'cp311-cp311'}

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
packages = dolphin_memory_engine
Expand Down

0 comments on commit 4568812

Please sign in to comment.