Skip to content

Commit 54eb748

Browse files
authored
Merge pull request #2883 from vkarak/upgrade-requests
[dependencies] Update requests version and add a Python 3.6 disclaimer
2 parents cf688ab + 5b884b1 commit 54eb748

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/started.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2227
Getting the Framework
2328
---------------------
2429

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest-rerunfailures==10.3; python_version == '3.6'
1111
pytest-rerunfailures==11.1.2; python_version >= '3.7'
1212
PyYAML==6.0
1313
requests==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'
1515
semver==2.13.0
1616
setuptools==59.6.0; python_version == '3.6'
1717
setuptools==67.6.1; python_version >= '3.7'

0 commit comments

Comments
 (0)