-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support
require-libpython
in the wheel
If we're in a user-local install or a venv and we have no libpython SOs linked, create symlinks and fail if we can't Release 0.0.6
- Loading branch information
Showing
13 changed files
with
488 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[ | ||
{ | ||
"python-version": "3.12", | ||
"setuptools-version": "65.7" | ||
}, | ||
{ | ||
"python-version": "3.12", | ||
"setuptools-version": "64.0" | ||
}, | ||
{ | ||
"python-version": "3.12", | ||
"setuptools-version": "63.4" | ||
}, | ||
{ | ||
"python-version": "3.12", | ||
"setuptools-version": "62.6" | ||
}, | ||
{ | ||
"python-version": "3.12", | ||
"pip-version": "22.3" | ||
}, | ||
{ | ||
"python-version": "3.13-dev", | ||
"setuptools-version": "65.7" | ||
}, | ||
{ | ||
"python-version": "3.13-dev", | ||
"setuptools-version": "65.7" | ||
}, | ||
{ | ||
"python-version": "3.13-dev", | ||
"setuptools-version": "64.0" | ||
}, | ||
{ | ||
"python-version": "3.13-dev", | ||
"setuptools-version": "63.4" | ||
}, | ||
{ | ||
"python-version": "3.13-dev", | ||
"setuptools-version": "62.6" | ||
}, | ||
{ | ||
"python-version": "3.13-dev", | ||
"pip-version": "22.3" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.