]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add python 3.11 to supported versions
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Oct 2022 14:09:20 +0000 (10:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Oct 2022 14:10:14 +0000 (10:10 -0400)
Change-Id: Ibf699297b12c1c72c570db380282e97adfdef2b9
(cherry picked from commit 7fd8898b10669c8e6b08c5d66c92bdc975aaa353)

setup.cfg

index 8ec3ffa7948b1824f4591e718d04c5eb5596cef6..45859cb6ccc99b39964e33e03166c3e8422b839e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,7 @@ classifiers =
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
+    Programming Language :: Python :: 3.11
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
     Topic :: Database :: Front-Ends