summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-10-16 10:09:20 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-10-16 10:09:20 -0400
commit7fd8898b10669c8e6b08c5d66c92bdc975aaa353 (patch)
tree822c3daa4a55494ea3f8d365f57210c320348988 /setup.cfg
parent2b966de4196c8271934769337780f7d504d431cf (diff)
downloadsqlalchemy-7fd8898b10669c8e6b08c5d66c92bdc975aaa353.tar.gz
add python 3.11 to supported versions
Change-Id: Ibf699297b12c1c72c570db380282e97adfdef2b9
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 805abce37..1255c3bcd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,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
@@ -170,4 +171,4 @@ docker_mssql = mssql+pyodbc://scott:tiger^5HHH@127.0.0.1:1433/test?driver=ODBC+D
oracle = oracle+cx_oracle://scott:tiger@oracle18c/xe
cxoracle = oracle+cx_oracle://scott:tiger@oracle18c/xe
oracledb = oracle+oracledb://scott:tiger@oracle18c/xe
-docker_oracle = oracle+cx_oracle://scott:tiger@127.0.0.1:1521/?service_name=XEPDB1 \ No newline at end of file
+docker_oracle = oracle+cx_oracle://scott:tiger@127.0.0.1:1521/?service_name=XEPDB1