changed python version to 3.7, changed pygame to 1.9.6
This commit is contained in:
parent
3fa4e2190e
commit
5d3fc6ca49
@ -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.9 or greater
|
||||
- Python 3.7
|
||||
- Pip
|
||||
- Git
|
||||
|
||||
|
@ -1 +1 @@
|
||||
pygame~=2.1.2
|
||||
pygame~=1.9.6
|
2
setup.py
2
setup.py
@ -21,6 +21,6 @@ setuptools.setup(
|
||||
classifiers=[
|
||||
],
|
||||
install_requires=required,
|
||||
python_requires='>=3.9',
|
||||
python_requires='>=3.7',
|
||||
include_package_data=True,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user