File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11dist : xenial
22language : python
33python :
4- - " 3.5"
54 - " 3.6"
65 - " 3.7"
76 - " 3.8"
Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ Getting Started
55Requirements
66------------
77
8- * Python 3.5 or higher. Python 2 is not supported.
8+ * Python 3.6 or higher. Python 2 is not supported.
99
1010 .. note ::
1111 .. versionchanged :: 2.8
1212 A functional TCL modules system is no more required. ReFrame can now operate without a modules system at all.
1313
14+ .. note ::
15+ .. versionchanged :: 3.0
16+ Support for Python 3.5 has been dropped.
17+
1418Optional
1519~~~~~~~~
1620
Original file line number Diff line number Diff line change 99
1010VERSION = '3.0-dev2'
1111INSTALL_PREFIX = os .path .abspath (os .path .join (os .path .dirname (__file__ ), '..' ))
12- MIN_PYTHON_VERSION = (3 , 5 , 0 )
12+ MIN_PYTHON_VERSION = (3 , 6 , 0 )
1313
1414# Check python version
1515if sys .version_info [:3 ] < MIN_PYTHON_VERSION :
Original file line number Diff line number Diff line change 11jsonschema
2- pytest >= 3.5 .0
2+ pytest >= 5.0 .0
33coverage
44setuptools
Original file line number Diff line number Diff line change 2525 scripts = ['bin/reframe' ],
2626 classifiers = (
2727 'Development Status :: 5 - Production/Stable' ,
28- 'Programming Language :: Python :: 3.5' ,
2928 'Programming Language :: Python :: 3.6' ,
3029 'Programming Language :: Python :: 3.7' ,
3130 'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments