Skip to content

Commit

Permalink
add support for python 3.11 (#38)
Browse files Browse the repository at this point in the history
* add support for python 3.11

* install libhdf5-dev for python 3.11

* install libhdf5 before installing wsinfer

* use sudo when installing libhdf5

* rm installation of libhdf5-dev

python 3.11 wheels are available as of at least version 3.8.0
  • Loading branch information
kaczmarj authored Apr 7, 2023
1 parent e174b22 commit 2a41ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Medical Science Apps.
Expand Down

0 comments on commit 2a41ee2

Please sign in to comment.