Remove support for running with Python 2.7#33063
Merged
alalazo merged 4 commits intospack:developfrom Nov 14, 2022
Merged
Conversation
dd93fff to
89b7075
Compare
3ab76c8 to
266a6b8
Compare
266a6b8 to
de13df8
Compare
de13df8 to
4931ec0
Compare
4931ec0 to
f0f1fae
Compare
f0f1fae to
1bfb527
Compare
1bfb527 to
21bb391
Compare
4 tasks
21bb391 to
b392e9d
Compare
Member
|
This is now outdated: https://spack.readthedocs.io/en/latest/getting_started.html#system-prerequisites |
charmoniumQ
pushed a commit
to charmoniumQ/spack
that referenced
this pull request
Nov 19, 2022
* Remove CI jobs related to Python 2.7 * Remove Python 2.7 specific code from Spack core * Remove externals for Python 2 only * Remove llnl.util.compat
amd-toolchain-support
pushed a commit
to amd-toolchain-support/spack
that referenced
this pull request
Feb 16, 2023
* Remove CI jobs related to Python 2.7 * Remove Python 2.7 specific code from Spack core * Remove externals for Python 2 only * Remove llnl.util.compat
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes support for running Spack with Python 2.7. Should be merged after the v0.19 release.
Modifications: