From 20002d618a83d2f16f02a384b7f89d90ab766c67 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 10 Oct 2024 08:33:09 +0200 Subject: [PATCH] Add changes. --- CHANGES.rst | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ea3cfd5..4f22678 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Changes 3.1 (unreleased) ================ +- Add support for Python 3.13. + - Add support for Python 3.12. - Drop support for Python 3.7. diff --git a/setup.py b/setup.py index c2df82e..69eb930 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ def read(*rnames): 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python',