Skip to content

Commit

Permalink
Adds python 3.11 classifier (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvieira authored Dec 20, 2022
1 parent 233b6bb commit 7bcb910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def parse_requirements_file(req):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
install_requires=["boto3", "six"],
test_suite="tests/",
Expand Down

0 comments on commit 7bcb910

Please sign in to comment.