Skip to content

Commit

Permalink
fix: python version needed is 3.11 not 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
  • Loading branch information
thiswillbeyourgithub committed Oct 24, 2024
1 parent 7576836 commit a897a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self):
'wdoc_parse_file=wdoc.__main__:cli_parse_file',
],
},
python_requires=">=3.10",
python_requires=">=3.11",
install_requires=[
'sqlalchemy>=2.0.32',
'beautifulsoup4>=4.12.3',
Expand Down

0 comments on commit a897a1d

Please sign in to comment.