From: Mike Bayer Date: Sun, 16 Oct 2022 14:09:20 +0000 (-0400) Subject: add python 3.11 to supported versions X-Git-Tag: rel_1_4_42~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf30cb414c9af770cf6addd940ea76391701be58;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add python 3.11 to supported versions Change-Id: Ibf699297b12c1c72c570db380282e97adfdef2b9 (cherry picked from commit 7fd8898b10669c8e6b08c5d66c92bdc975aaa353) --- diff --git a/setup.cfg b/setup.cfg index 8ec3ffa794..45859cb6cc 100644 --- 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