From ae147cc1b98fb375aa4011936463f8a3b0b65e75 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 19 Sep 2023 18:53:25 +0200 Subject: [PATCH] support py12 Signed-off-by: Jan Kowalleck --- .github/workflows/python.yml | 9 +++++++-- pyproject.toml | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6d6f69d2c..6886317a7 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -56,6 +56,10 @@ jobs: fail-fast: false matrix: include: + - # test with the latest dependencies + os: ubuntu-latest + python-version: '3.12.0-rc.3' + toxenv-factors: '-current' - # test with the latest dependencies os: ubuntu-latest python-version: '3.11' @@ -93,7 +97,8 @@ jobs: matrix: os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] python-version: - - "3.11" # highest supported + - "3.12.0-rc.3" # highest supported + - "3.11" - "3.10" - "3.9" - "3.8" # lowest supported @@ -189,7 +194,7 @@ jobs: # see https://github.com/actions/setup-python uses: actions/setup-python@v4 with: - python-version: '>=3.8 <=3.11' # supported version range + python-version: '>=3.8 <=3.12' # supported version range - name: Validate Python Environment shell: python run: | diff --git a/pyproject.toml b/pyproject.toml index d0bc7f55b..6a59e6159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ classifiers = [ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Typing :: Typed', ] keywords = [