File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Requirements
1919 Support for Python 3.5 has been dropped.
2020
2121
22+ .. warning ::
23+ Although ReFrame supports Python 3.6, you should note that Python 3.6 has reached its end-of-life and you are advised to use a newer Python version.
24+ ReFrame installations on Python 3.6 may use out-of-date dependencies due to incompatibilities of their newer versions with Python 3.6.
25+
26+
2227Getting the Framework
2328---------------------
2429
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pytest-rerunfailures==10.3; python_version == '3.6'
1111pytest-rerunfailures == 11.1.2 ; python_version >= '3.7'
1212PyYAML == 6.0
1313requests == 2.27.1 ; python_version == '3.6'
14- requests == 2.28.1 ; python_version >= '3.7'
14+ requests == 2.31.0 ; python_version >= '3.7'
1515semver == 2.13.0
1616setuptools == 59.6.0 ; python_version == '3.6'
1717setuptools == 67.6.1 ; python_version >= '3.7'
You can’t perform that action at this time.
0 commit comments