Skip to content

Commit 4e84333

Browse files
committed
Update min. version of python to v3.11
1 parent cc7cd82 commit 4e84333

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
@@ -7,7 +7,7 @@ authors = [
77
description = "Harmonized access to (pre)OIB/IceSAT/IceSAT2 data"
88
readme = "README.md"
99
license.file = "LICENSE"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
classifiers = [
1212
"Development Status :: 1 - Planning",
1313
"Intended Audience :: Science/Research",
@@ -17,7 +17,6 @@ classifiers = [
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3 :: Only",
20-
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
2322
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)