From 6452d508301f238944f2a31016dac28b31615757 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 14 Nov 2023 10:10:08 +0100 Subject: [PATCH] Add Python3.12 (#672) --- .github/workflows/test-suite.yml | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index b547e705..b9cf8a51 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] services: postgres: diff --git a/pyproject.toml b/pyproject.toml index f7cc2502..a24ba573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", @@ -81,7 +82,7 @@ dependencies = [ ] [[tool.hatch.envs.test.matrix]] -python = ["38", "39", "310", "311"] +python = ["38", "39", "310", "311", "3.12"] [tool.hatch.envs.lint] dependencies = [