We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a8a1 commit e83b772Copy full SHA for e83b772
pyproject.toml
@@ -16,7 +16,8 @@ classifiers = [
16
"Programming Language :: Python :: 3.8",
17
"Programming Language :: Python :: 3.9",
18
"Programming Language :: Python :: 3.10",
19
- "Programming Language :: Python :: 3.11"
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12"
21
]
22
requires-python = ">=3.6"
23
requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp~=3.8.6
+aiohttp~=3.8
2
cryptography~=41.0.5
3
PyJWT~=2.8.0
4
requests~=2.31.0
0 commit comments