Skip to content

Commit 4f4d42e

Browse files
Henri DrakeHenri Drake
authored andcommitted
Drop minimum Python down to >=3.11
1 parent e96a1e7 commit 4f4d42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
description = "A package to sample grid-consistent sections from ocean model outputs"
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.11"
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)