Skip to content

Commit

Permalink
Update config/config-package.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
dataflake and icemac authored Sep 17, 2024
1 parent 738a14c commit c958bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ def manylinux_sh(self):
manylinux_aarch64_tests=manylinux_aarch64_tests,
with_future_python=self.with_future_python,
future_python_shortversion=FUTURE_PYTHON_SHORTVERSION,
supported_python_versions=supported_python_versions(True),
supported_python_versions=supported_python_versions(
short_version=True),
stop_at=stop_at,
)
(self.path / '.manylinux-install.sh').chmod(0o755)
Expand Down

0 comments on commit c958bed

Please sign in to comment.