diff --git a/setup.py b/setup.py index 6d45f0af..12c4d884 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def run(self): url="https://github.com/farama-foundation/stable-retro", version=open(VERSION_PATH).read().strip(), license="MIT", - install_requires=["gymnasium>=0.27.1", "pyglet>=1.3.2,==1.*", "farama-notifications >=0.0.1"], + install_requires=["gymnasium>=0.27.1", "pyglet>=1.3.2,==1.*", "farama-notifications>=0.0.1"], python_requires=">=3.8.0,<3.13", ext_modules=[Extension("retro._retro", ["CMakeLists.txt", "src/*.cpp"])], cmdclass={"build_ext": CMakeBuild},