From 92f1a6e6ee722e475b66b6fd610188e9ed879aed Mon Sep 17 00:00:00 2001 From: bright-side-99 Date: Sun, 20 Mar 2022 21:55:15 +0100 Subject: [PATCH] change dependency to Python >= 3.8.xx --- README.md | 2 +- er-patcher | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3516bd6..bbaab5f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A tool aimed at enhancing the experience when playing the game on linux through ## Dependencies -- Python >= 3.9 +- Python >= 3.8.xx (lowest tested) ## Usage diff --git a/er-patcher b/er-patcher index b32bec5..f76a640 100755 --- a/er-patcher +++ b/er-patcher @@ -80,4 +80,4 @@ if __name__ == "__main__": subprocess.run(steam_cmd) os.remove(patched_exe_dir / exe_name) - os.rmdir(patched_exe_dir) + os.rmdir(patched_exe_dir) \ No newline at end of file