Skip to content

Commit 0c0f669

Browse files
committed
chore: eku requires python>=3.9
1 parent 38c7eef commit 0c0f669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ license = { text = "Apache License Version 2.0" }
1010
authors = [
1111
{ name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" },
1212
]
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.9"
1414

1515
classifiers = [
1616
"Development Status :: 2 - Pre-Alpha",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python :: 3 :: Only",
21-
"Programming Language :: Python :: 3.8",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)