From 37d5daf615d368d2078b8106a83b3353fed9aee4 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 2 Oct 2023 20:30:17 +0100 Subject: [PATCH] Add Python 3.12 to CI matrix and classifiers --- .github/workflows/check.yaml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index b7b5f6b..ce4ba72 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,6 +24,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 374c74f..9d15ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Database", "Topic :: Utilities", ]