Skip to content

Commit

Permalink
Issue #83: Require Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Nov 8, 2023
1 parent 35c60ea commit 053a081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
setup(
name="bsk_rl",
version="0.0.0",
python_requires=">3.9.0",
install_requires=[
"deap==1.3.3",
"Deprecated",
Expand Down

0 comments on commit 053a081

Please sign in to comment.