From f2f7d72040639f495424cecf6e531a331c5d4461 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Mon, 6 Nov 2023 17:54:02 +0100 Subject: [PATCH] Add experimental support for Python 3.12 (#2565) --- doc/source/ref-changelog.md | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/source/ref-changelog.md b/doc/source/ref-changelog.md index 03ef01c0234b..06e77fefedf0 100644 --- a/doc/source/ref-changelog.md +++ b/doc/source/ref-changelog.md @@ -4,6 +4,8 @@ ### What's new? +- **Add experimental support for Python 3.12** ([#2565](https://github.com/adap/flower/pull/2565)) + - **Support custom** `ClientManager` **in** `start_driver()` ([#2292](https://github.com/adap/flower/pull/2292)) - **Update REST API to support create and delete nodes** ([#2283](https://github.com/adap/flower/pull/2283)) diff --git a/pyproject.toml b/pyproject.toml index feb3b206c20d..2e65e24a6dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence",