Skip to content

Commit e83b772

Browse files
authored
feat: python 3.12 support (#84)
1 parent 5d0a8a1 commit e83b772

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ classifiers = [
1616
"Programming Language :: Python :: 3.8",
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
19-
"Programming Language :: Python :: 3.11"
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12"
2021
]
2122
requires-python = ">=3.6"
2223

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp~=3.8.6
1+
aiohttp~=3.8
22
cryptography~=41.0.5
33
PyJWT~=2.8.0
44
requests~=2.31.0

0 commit comments

Comments
 (0)