mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-03 12:51:55 -07:00
Core: purge py3.8 and py3.9 (#3973)
Co-authored-by: Remy Jette <[email protected]> Co-authored-by: Jouramie <[email protected]> Co-authored-by: Aaron Wagener <[email protected]>
This commit is contained in:
co-authored by
Remy Jette
Jouramie
Aaron Wagener
parent
6c939d2d59
commit
334781e976
+2
-2
@@ -5,8 +5,8 @@ import multiprocessing
|
||||
import warnings
|
||||
|
||||
|
||||
if sys.version_info < (3, 8, 6):
|
||||
raise RuntimeError("Incompatible Python Version. 3.8.7+ is supported.")
|
||||
if sys.version_info < (3, 10, 11):
|
||||
raise RuntimeError(f"Incompatible Python Version found: {sys.version_info}. 3.10.11+ is supported.")
|
||||
|
||||
# don't run update if environment is frozen/compiled or if not the parent process (skip in subprocess)
|
||||
_skip_update = bool(getattr(sys, "frozen", False) or multiprocessing.parent_process())
|
||||
|
||||
Reference in New Issue
Block a user