Skip to content

Commit

Permalink
Update min python in setups
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 26, 2023
1 parent c4ca07e commit 497eccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emmet-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jinja2",
],
},
python_requires=">=3.8",
python_requires=">=3.9",
license="modified BSD",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion emmet-builders/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jinja2",
],
},
python_requires=">=3.8",
python_requires=">=3.9",
license="modified BSD",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jinja2",
],
},
python_requires=">=3.8",
python_requires=">=3.9",
license="modified BSD",
zip_safe=False,
)

0 comments on commit 497eccf

Please sign in to comment.