Skip to content

Commit

Permalink
Add support for python 3.11 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 15, 2022
1 parent c144a99 commit d84126d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,20 @@ jobs:
tox_env: py310
name: py310
cover: true
- os: ubuntu-latest
python-version: "~3.11.0-0" # see https://github.com/actions/setup-python/issues/213#issuecomment-1146676713
tox_env: py311
name: py311
cover: true
- os: macOS-latest
python-version: 3.6
tox_env: py36
name: py36-macos
cover: true
- os: macOS-latest
python-version: "3.10"
tox_env: py310
name: py310-macos
python-version: "~3.11.0-0" # see https://github.com/actions/setup-python/issues/213#issuecomment-1146676713
tox_env: py311
name: py311-macos
cover: true

steps:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Text Processing
Topic :: Text Processing :: Markup
Topic :: Text Processing :: Markup :: HTML
Expand Down

0 comments on commit d84126d

Please sign in to comment.