Skip to content

Commit d409930

Browse files
author
Max Jones
authored
Specify required Python in project metadata (#117)
1 parent 5558310 commit d409930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name = 'xbatcher'
1010
description = 'Batch generation from Xarray objects'
1111
license = {text = "Apache"}
1212
authors = [{name = "xbatcher Developers", email = "[email protected]"}]
13+
requires-python = ">=3.8"
1314
classifiers = [
1415
'Development Status :: 4 - Beta',
1516
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)