Skip to content

Commit a27298d

Browse files
fix: actually we need to force it to use 3.11
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent c276429 commit a27298d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run(self):
8080
'wdoc_parse_file=wdoc.__main__:cli_parse_file',
8181
],
8282
},
83-
python_requires=">=3.11",
83+
python_requires="==3.11",
8484
install_requires=[
8585
'sqlalchemy>=2.0.32',
8686
'beautifulsoup4>=4.12.3',

0 commit comments

Comments
 (0)