Skip to content

Commit

Permalink
Merge pull request #71 from praw-dev/python-3.12
Browse files Browse the repository at this point in the history
Add support for Python 3.12
  • Loading branch information
LilSpazJoekp committed Nov 27, 2023
2 parents a22de4d + 6b2c3bf commit e913473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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"
]
dependencies = [
"aiohttp <4",
Expand Down

0 comments on commit e913473

Please sign in to comment.