From 32f83d7f09f9b91f2a6b186d1509b5d4e126df5b Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Fri, 5 Jan 2024 16:44:38 +0100 Subject: [PATCH] Test and explicitly support Python 3.12 --- .github/workflows/tests.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13e72b2..ac15f7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,7 @@ jobs: fail-fast: false matrix: include: + - { name: "3.12", python: "3.12", os: ubuntu-latest, tox: py312 } - { name: "3.11", python: "3.11", os: ubuntu-latest, tox: py311 } - { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 } - { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 } diff --git a/setup.py b/setup.py index b7fc50a..924bcd6 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ def run(self): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Intended Audience :: Developers", "Intended Audience :: System Administrators", ],