File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121@em Requirements:
2222
23- - Python 3.8 or higher
23+ - Python 3.9 or higher
2424 - NumPy
2525
2626"""
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ def shared(directory):
113113 "Development Status :: 4 - Beta" ,
114114 "Intended Audience :: Developers" ,
115115 "License :: OSI Approved :: Apache Software License" ,
116- "Programming Language :: Python :: 3.8" ,
117116 "Programming Language :: Python :: 3.9" ,
118117 "Programming Language :: Python :: 3.10" ,
119118 "Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ deps = -r{toxinidir}/ci/requirements-docs.txt
1212commands = sphinx-build -W -b html docs build/sphinx/html
1313
1414[testenv:qc]
15- basepython = python3.8
15+ basepython = python3.9
1616# needed for pytest-cov
1717usedevelop = true
1818commands = pytest -v --flakes --pep8 --mccabe --cov =eccodes --doctest-glob =" *.rst" --cov-report =html --cache-clear --basetemp ={envtmpdir} {posargs}
You can’t perform that action at this time.
0 commit comments