mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-19 15:08:38 -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
@@ -634,7 +634,7 @@ cx_Freeze.setup(
|
||||
"excludes": ["numpy", "Cython", "PySide2", "PIL",
|
||||
"pandas", "zstandard"],
|
||||
"zip_include_packages": ["*"],
|
||||
"zip_exclude_packages": ["worlds", "sc2", "orjson"], # TODO: remove orjson here once we drop py3.8 support
|
||||
"zip_exclude_packages": ["worlds", "sc2"],
|
||||
"include_files": [], # broken in cx 6.14.0, we use more special sauce now
|
||||
"include_msvcr": False,
|
||||
"replace_paths": ["*."],
|
||||
|
||||
Reference in New Issue
Block a user