Skip to content

Commit

Permalink
Update supported python versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sHermanGriffiths committed Jul 19, 2024
1 parent d3b4a19 commit 15f786c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords="notion documentation yaml markdown",
packages=find_packages(exclude=["tests"]),
Expand Down

0 comments on commit 15f786c

Please sign in to comment.