diff --git a/README.md b/README.md index c602552..9d1d62a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Official demo application: [Sourcequery](https://sourcequery.yepoleb.at) ## Requirements -Python >=3.7, no external dependencies +Python >=3.9, no external dependencies ## Install diff --git a/setup.py b/setup.py index 7fb2fb0..516013a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as readme: setuptools.setup( name="python-a2s", - version="1.3.0", + version="1.4.0", author="Gabriel Huber", author_email="mail@gabrielhuber.at", description="Query Source and GoldSource servers for name, map, players and more.", @@ -23,5 +23,5 @@ setuptools.setup( "Operating System :: OS Independent", "Topic :: Games/Entertainment" ], - python_requires=">=3.7" + python_requires=">=3.9" )