From e83b7724b98fca5fe3b0458c0c4c066643cc580f Mon Sep 17 00:00:00 2001 From: Alexander Verbitsky Date: Wed, 27 Mar 2024 16:52:24 +0100 Subject: [PATCH] feat: python 3.12 support (#84) --- 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