From 6f44b912e2b8505ccd8bfab75f9ba9d8764050b4 Mon Sep 17 00:00:00 2001 From: Alexander Verbitsky Date: Wed, 27 Mar 2024 16:20:46 +0100 Subject: [PATCH] feat: python 3.12 support --- pyproject.toml | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ca6490..a725b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] requires-python = ">=3.6" diff --git a/requirements.txt b/requirements.txt index 554ffb7..eefb248 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp~=3.8.6 +aiohttp~=3.8 cryptography~=41.0.5 PyJWT~=2.8.0 requests~=2.31.0