From c175c7e61cf68ff20468d8cfafcd7043cff72109 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Fri, 6 Oct 2023 17:31:44 +0200 Subject: [PATCH] test: test against python 3.12 Signed-off-by: Erik Larsson --- .github/workflows/tests.yaml | 2 +- docs/index.rst | 1 + setup.cfg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 37908c22..de6fe93d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] tss-version: ['master', '2.4.0', '3.0.0', '3.0.3', '3.2.0', '4.0.0'] with-fapi: [true] tools-version: ['5.5'] diff --git a/docs/index.rst b/docs/index.rst index c8fa838e..cf890a7c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,6 +20,7 @@ Supported versions of Python are: - 3.9 - 3.10 - 3.11 +- 3.12 .. toctree:: :hidden: diff --git a/setup.cfg b/setup.cfg index 7d084b9d..1b7d1313 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [options] package_dir=