From 3fa4e2190e443ab10c970448647622c1f309ebd5 Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Fri, 12 May 2023 17:34:40 -0400 Subject: [PATCH] changed python version back to 3.9 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, )