We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c7eef commit 0c0f669Copy full SHA for 0c0f669
pyproject.toml
@@ -10,15 +10,14 @@ license = { text = "Apache License Version 2.0" }
10
authors = [
11
{ name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" },
12
]
13
-requires-python = ">=3.8"
+requires-python = ">=3.9"
14
15
classifiers = [
16
"Development Status :: 2 - Pre-Alpha",
17
"Intended Audience :: Developers",
18
"License :: OSI Approved :: Apache Software License",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python :: 3 :: Only",
21
- "Programming Language :: Python :: 3.8",
22
"Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
0 commit comments