Skip to content

Commit

Permalink
feat: python 3.12 support (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
habibutsu committed Mar 27, 2024
1 parent 5d0a8a1 commit e83b772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp~=3.8.6
aiohttp~=3.8
cryptography~=41.0.5
PyJWT~=2.8.0
requests~=2.31.0
Expand Down

0 comments on commit e83b772

Please sign in to comment.