diff --git a/README.md b/README.md index 432bb01..84f6322 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are currently no releases of the game. To install the current version on G ## Installing From Source Requirements: -- Python 3.10 or greater +- Python 3.9 or greater - Pip - Git diff --git a/setup.py b/setup.py index 57eb41d..22c7c62 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ setuptools.setup( classifiers=[ ], install_requires=required, - python_requires='>=3.10', + python_requires='>=3.9', include_package_data=True, )