Skip to content

Commit

Permalink
build: add support for Python 3.11
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Python 3.7 is not supported anymore
  • Loading branch information
Jérôme Deuchnord committed Nov 11, 2022
1 parent 3bf4ed7 commit 1769f2c
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit 1769f2c

Please sign in to comment.