From 0ec064aeef4812c71dc8dd6e7526d9a2b82855ee Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 8 Feb 2023 01:22:37 +0100 Subject: [PATCH] CI: Add support for Python 3.12 --- .github/workflows/tests.yml | 2 +- CHANGES.rst | 2 ++ setup.py | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12a8234..5798d6a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest" ] - python-version: [ "3.7", "3.11" ] + python-version: [ "3.7", "3.11", "3.12" ] grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.18", "10.3.5", "10.4.1" ] env: diff --git a/CHANGES.rst b/CHANGES.rst index 35bc078..556ea62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ in progress - OCI: Removed builds for linux/arm/v7 - Dependencies: Use ``verlib2`` instead of ``packaging`` - Dependencies: Updated to ``docopt-ng`` +- Added support for Python 3.12 2024-03-07 0.18.0 ================= @@ -37,6 +38,7 @@ in progress by many more details about data inquiry / queries. Thanks, @meyerder. - Add ``plugins {list,status}`` subcommands, to inquire installed Grafana plugins. Thanks, @bhks. +- CI: Add support for Python 3.12 2023-07-30 0.15.2 ================= diff --git a/setup.py b/setup.py index cdd9272..e251c81 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ "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 :: Internet",