@@ -37,7 +37,7 @@ def get_packages(package):
3737setup (
3838 name = "databases" ,
3939 version = get_version ("databases" ),
40- python_requires = ">=3.6 " ,
40+ python_requires = ">=3.7 " ,
4141 url = "https://github.com/encode/databases" ,
4242 license = "BSD" ,
4343 description = "Async database support for Python." ,
@@ -47,7 +47,7 @@ def get_packages(package):
4747 author_email = "tom@tomchristie.com" ,
4848 packages = get_packages ("databases" ),
4949 package_data = {"databases" : ["py.typed" ]},
50- install_requires = ["sqlalchemy>=1.4,<1.5" , 'aiocontextvars;python_version<"3.7"' ],
50+ install_requires = ["sqlalchemy>=1.4,<1.5" ],
5151 extras_require = {
5252 "postgresql" : ["asyncpg" ],
5353 "asyncpg" : ["asyncpg" ],
@@ -66,7 +66,6 @@ def get_packages(package):
6666 "Operating System :: OS Independent" ,
6767 "Topic :: Internet :: WWW/HTTP" ,
6868 "Programming Language :: Python :: 3" ,
69- "Programming Language :: Python :: 3.6" ,
7069 "Programming Language :: Python :: 3.7" ,
7170 "Programming Language :: Python :: 3.8" ,
7271 "Programming Language :: Python :: 3.9" ,
0 commit comments