From 4678be191d13e791bced24d722c1b5de0b94490a Mon Sep 17 00:00:00 2001 From: Romain J Date: Thu, 13 May 2021 16:45:04 +0200 Subject: [PATCH] update(deps): update deps versions --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d2e4ee9..b79a3b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ platforms = linux [options] packages = find_namespace: -python_requires = >=3.9 +python_requires = >=3.10 install_requires = aiocache>=0.11.1 asyncpg>=0.21.0 diff --git a/setup.py b/setup.py index f511dab..69e447b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup setup( - python_requires=">=3.9", + python_requires=">=3.10", )