-
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: John Sirois <[email protected]>
- Loading branch information
Showing
12 changed files
with
214 additions
and
96 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
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 |
---|---|---|
@@ -1,14 +1,20 @@ | ||
[scie] | ||
pbs-release = "20241016" | ||
python-version = "3.13.0" | ||
pbs-release = "20241206" | ||
python-version = "3.13.1" | ||
|
||
pex-extras = [ | ||
"management", | ||
] | ||
|
||
platforms = [ | ||
"linux-aarch64", | ||
"linux-x86_64", | ||
"macos-aarch64", | ||
"macos-x86_64", | ||
] | ||
[scie.platforms.linux-aarch64] | ||
|
||
[scie.platforms.linux-armv7l] | ||
# This customization gets us a lockable psutil wheel. | ||
python-version = "3.11.11" | ||
extra-lock-args = ["--index", "https://www.piwheels.org/simple"] | ||
# TODO(John Sirois): Remove once the complete platform file is generated. | ||
required = false | ||
|
||
[scie.platforms.linux-x86_64] | ||
[scie.platforms.macos-aarch64] | ||
[scie.platforms.macos-x86_64] |
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
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
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
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
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.