Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Requirements
Support for Python 3.5 has been dropped.


.. warning::
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.
ReFrame installations on Python 3.6 may use out-of-date dependencies due to incompatibilities of their newer versions with Python 3.6.


Getting the Framework
---------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest-rerunfailures==10.3; python_version == '3.6'
pytest-rerunfailures==11.1.2; python_version >= '3.7'
PyYAML==6.0
requests==2.27.1; python_version == '3.6'
requests==2.28.1; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
semver==2.13.0
setuptools==59.6.0; python_version == '3.6'
setuptools==67.6.1; python_version >= '3.7'
Expand Down