From 37fceeb1f25f9f7b9ee80a561fd3dd2cb0aef566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Rami=CC=81rez=20Mondrago=CC=81n?= Date: Sun, 12 Nov 2023 23:53:09 -0600 Subject: [PATCH] CI: Add testing on Python 3.12, and update project metadata --- .github/workflows/tests.yml | 2 +- CHANGES.rst | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e28d9b..d1c4d89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] fail-fast: false services: diff --git a/CHANGES.rst b/CHANGES.rst index 8261854..3a30250 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,7 @@ in progress =========== - dialect postgresql+psycopg_relaxed does not support caching +- CI: Add testing on Python 3.12, and update project metadata 2023-03-22 0.1.0 diff --git a/pyproject.toml b/pyproject.toml index f28197b..dfe23ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Communications", "Topic :: Database", "Topic :: Documentation",