From 020b793ee0db106697addaea533bc0bfb56f3b80 Mon Sep 17 00:00:00 2001 From: Peter Saveliev Date: Sat, 16 Dec 2023 15:11:21 +0000 Subject: [PATCH] setup: publish Python 3.12 support Bug-Url: https://github.com/svinota/pyroute2/issues/1154 --- setup.cfg | 1 + setup.minimal.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index db07b1bff..41b55775a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Development Status :: 4 - Beta [options] diff --git a/setup.minimal.cfg b/setup.minimal.cfg index f5e61a066..4544544ac 100644 --- a/setup.minimal.cfg +++ b/setup.minimal.cfg @@ -26,6 +26,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Development Status :: 4 - Beta [options]