Skip to content

Commit

Permalink
Update compatible Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbroyles committed May 2, 2024
1 parent 5a9657b commit 6aca4f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
],
packages=["secsie"],
include_package_data=True
Expand Down

0 comments on commit 6aca4f1

Please sign in to comment.