summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-08-04 15:26:56 +0200
committerGitHub <noreply@github.com>2022-08-04 15:26:56 +0200
commit0e40804cd0de0be9353d1602103eed2695a379c3 (patch)
tree2b9f271e806658bad33e6ec960d9e1676147453a /lib
parent80e6b6647ffb6f8201bf325d39bfa925b0117c4a (diff)
downloadspack-0e40804cd0de0be9353d1602103eed2695a379c3.tar.gz
spack-0e40804cd0de0be9353d1602103eed2695a379c3.tar.bz2
spack-0e40804cd0de0be9353d1602103eed2695a379c3.tar.xz
spack-0e40804cd0de0be9353d1602103eed2695a379c3.zip
Deprecate support for Python 3.5 (by removing it from CI) (#31908)
* Deprecate support for Python 3.5 (by removing it from CI) * Restore Python 3.9
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/contribution_guide.rst2
-rw-r--r--lib/spack/docs/tables/system_prerequisites.csv2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst
index 5c6cc325f5..837a850ff9 100644
--- a/lib/spack/docs/contribution_guide.rst
+++ b/lib/spack/docs/contribution_guide.rst
@@ -71,7 +71,7 @@ locally to speed up the review process.
new release that is causing problems. If this is the case, please file an issue.
-We currently test against Python 2.7 and 3.5-3.9 on both macOS and Linux and
+We currently test against Python 2.7 and 3.6-3.10 on both macOS and Linux and
perform 3 types of tests:
.. _cmd-spack-unit-test:
diff --git a/lib/spack/docs/tables/system_prerequisites.csv b/lib/spack/docs/tables/system_prerequisites.csv
index 1841d4e28c..5f661883d3 100644
--- a/lib/spack/docs/tables/system_prerequisites.csv
+++ b/lib/spack/docs/tables/system_prerequisites.csv
@@ -1,5 +1,5 @@
Name, Supported Versions, Notes, Requirement Reason
-Python, 2.7/3.5-3.10, , Interpreter for Spack
+Python, 2.7/3.6-3.10, , Interpreter for Spack
C/C++ Compilers, , , Building software
make, , , Build software
patch, , , Build software