Skip to content

Commit

Permalink
Bump minimum python version to 3.8 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jul 30, 2024
1 parent fb046a8 commit 66b6981
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 @@ -26,5 +26,5 @@
install_requires=['wrapt']
keywords="rust result",
packages=["resultify"],
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit 66b6981

Please sign in to comment.