Skip to content

Commit 9691fd7

Browse files
authored
feat!: deprecate 3.10 (#28)
1 parent 0df57c3 commit 9691fd7

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
@@ -23,15 +23,14 @@ authors = [
2323
{ name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" },
2424
]
2525

26-
requires-python = ">=3.10"
26+
requires-python = ">=3.11"
2727

2828
classifiers = [
2929
"Development Status :: 4 - Beta",
3030
"Intended Audience :: Developers",
3131
"License :: OSI Approved :: Apache Software License",
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python :: 3 :: Only",
34-
"Programming Language :: Python :: 3.10",
3534
"Programming Language :: Python :: 3.11",
3635
"Programming Language :: Python :: 3.12",
3736
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)