diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index 9c4768a1e2..4a628d292d 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -263,7 +263,7 @@ class build_apps(setuptools.Command): self.exclude_modules = {} self.icons = {} self.platforms = [ - 'manylinux2010_x86_64', + 'manylinux2014_x86_64', 'macosx_10_9_x86_64', 'win_amd64', ] @@ -588,7 +588,7 @@ class build_apps(setuptools.Command): if platform.startswith('linux_'): # Also accept manylinux. arch = platform[6:] - pip_args += ['--platform', 'manylinux2010_' + arch] + pip_args += ['--platform', 'manylinux2014_' + arch] if self.use_optimized_wheels: pip_args += [