Skip to content

Commit

Permalink
Add Python3.11 support (#72)
Browse files Browse the repository at this point in the history
* Regenerate C file from Cython

* Add python 3.11 to tests.yml

* Remove python 3.6 from supported list

- add 3.11 to setup
  • Loading branch information
steppi authored Nov 5, 2022
1 parent e0d882a commit 6d53e69
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 6d53e69

Please # to comment.