3
3
4
4
from setuptools import setup , find_packages
5
5
6
- install_requires = ["psycopg2-binary>=2.8.4 " , "async_timeout>=3.0,<5.0" ]
6
+ install_requires = ["psycopg2-binary>=2.9.5 " , "async_timeout>=3.0,<5.0" ]
7
7
extras_require = {"sa" : ["sqlalchemy[postgresql_psycopg2binary]>=1.3,<1.5" ]}
8
8
9
9
@@ -34,11 +34,11 @@ def read_changelog(path="CHANGES.txt"):
34
34
"Intended Audience :: Developers" ,
35
35
"Programming Language :: Python :: 3" ,
36
36
"Programming Language :: Python :: 3 :: Only" ,
37
- "Programming Language :: Python :: 3.6" ,
38
37
"Programming Language :: Python :: 3.7" ,
39
38
"Programming Language :: Python :: 3.8" ,
40
39
"Programming Language :: Python :: 3.9" ,
41
40
"Programming Language :: Python :: 3.10" ,
41
+ "Programming Language :: Python :: 3.11" ,
42
42
"Operating System :: POSIX" ,
43
43
"Operating System :: MacOS :: MacOS X" ,
44
44
"Operating System :: Microsoft :: Windows" ,
@@ -58,7 +58,7 @@ def read_changelog(path="CHANGES.txt"):
58
58
classifiers = classifiers ,
59
59
platforms = ["macOS" , "POSIX" , "Windows" ],
60
60
author = "Andrew Svetlov" ,
61
- python_requires = ">=3.6 " ,
61
+ python_requires = ">=3.7 " ,
62
62
project_urls = {
63
63
"Chat: Gitter" : "https://gitter.im/aio-libs/Lobby" ,
64
64
"CI: GA" : "https://github.com/aio-libs/aiopg/actions?query=workflow%3ACI" ,
0 commit comments