Skip to content

Commit f9034ac

Browse files
authored
Update pyproject.toml to python>=3.9
1 parent eb5b7e6 commit f9034ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cf_xarray"
33
description = "A convenience wrapper for using CF attributes on xarray objects"
44
readme = "README.rst"
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
66
license = {file = "LICENSE"}
77
keywords = ["xarray", "metadata", "CF conventions"]
88
classifiers = [

0 commit comments

Comments
 (0)