From 425ada07c266f000235f5e831d844f7555c117fe Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 15 Aug 2022 16:58:18 +0100 Subject: [PATCH] Add support for python 3.11 --- .github/workflows/tox.yml | 11 ++++++++--- setup.cfg | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index e08f9ef..fa34a51 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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: diff --git a/setup.cfg b/setup.cfg index 82dc92d..01ed77b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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