change dependency to Python >= 3.8.xx

This commit is contained in:
bright-side-99 2022-03-20 21:55:15 +01:00
parent 6b163799c6
commit 92f1a6e6ee
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ A tool aimed at enhancing the experience when playing the game on linux through
## Dependencies ## Dependencies
- Python >= 3.9 - Python >= 3.8.xx (lowest tested)
## Usage ## Usage

View file

@ -80,4 +80,4 @@ if __name__ == "__main__":
subprocess.run(steam_cmd) subprocess.run(steam_cmd)
os.remove(patched_exe_dir / exe_name) os.remove(patched_exe_dir / exe_name)
os.rmdir(patched_exe_dir) os.rmdir(patched_exe_dir)