Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
- upgrade requirements to Python >= 3.9
- increase version to 1.5 in preparation of release
  • Loading branch information
lanctot authored Apr 4, 2024
1 parent ddc727e commit 6a7cb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _parse_line(s):

setuptools.setup(
name="open_spiel",
version="1.4",
version="1.5",
license="Apache 2.0",
author="The OpenSpiel authors",
author_email="open_spiel@google.com",
Expand All @@ -138,7 +138,7 @@ def _parse_line(s):
long_description_content_type="text/markdown",
url="https://github.com/deepmind/open_spiel",
install_requires=_get_requirements(req_file),
python_requires=">=3.8",
python_requires=">=3.9",
ext_modules=[CMakeExtension("pyspiel", sourcedir="open_spiel")],
cmdclass={"build_ext": BuildExt},
zip_safe=False,
Expand Down

0 comments on commit 6a7cb2d

Please sign in to comment.