Skip to content

Commit

Permalink
bumped version support to python3.8 since https://pypi.org/project/ex…
Browse files Browse the repository at this point in the history
…change-calendars/ only supports down to 3.8
  • Loading branch information
dominiquegarmier committed Jun 29, 2022
1 parent 9c8a8d3 commit 40a2892
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
keywords="Reinforcement Learning, Finance",
platform=["any"],
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit 40a2892

Please sign in to comment.