From 96dfb7fc5fe6d3db652c78db9ea3c7e4b336edd1 Mon Sep 17 00:00:00 2001 From: ottofabian Date: Thu, 14 Jul 2022 08:25:25 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7fb73fe..28440e6 100644 --- a/setup.py +++ b/setup.py @@ -37,9 +37,9 @@ setup( "envs/mujoco/*/assets/*.xml", ] }, - python_requires=">=3.6", + python_requires=">=3.7", url='https://github.com/ALRhub/fancy_gym/', # license='AGPL-3.0 license', author_email='', - description='Simple Gym: Aggregating interface for various RL environments with support for Black Box approaches.' + description='Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches.' )