Skip to content

Commit bb6f646

Browse files
committed
Drop Python version 3.8: (End of life=2024-10-07)
1 parent 207c879 commit bb6f646

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

gribapi/gribapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
@em Requirements:
2222
23-
- Python 3.8 or higher
23+
- Python 3.9 or higher
2424
- NumPy
2525
2626
"""

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deps = -r{toxinidir}/ci/requirements-docs.txt
1212
commands = 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
1717
usedevelop = true
1818
commands = pytest -v --flakes --pep8 --mccabe --cov=eccodes --doctest-glob="*.rst" --cov-report=html --cache-clear --basetemp={envtmpdir} {posargs}

0 commit comments

Comments
 (0)