From 9aa23411261f511377dc497522d0173eecaf2038 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 9 Jul 2022 12:10:06 -0700 Subject: [PATCH 1/2] Document support for Python 3.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4724546..6e2d4ee 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Environment :: Console", "Intended Audience :: Developers", "Topic :: Software Development :: Version Control :: Git", From 601dc5549456cdcc6b732a9ae59b9d70e2025135 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 29 Jan 2023 18:58:25 +0000 Subject: [PATCH 2/2] Document support for Python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6e2d4ee..04bc0cd 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Environment :: Console", "Intended Audience :: Developers", "Topic :: Software Development :: Version Control :: Git",