Skip to content

Commit

Permalink
pin python 3.12 in CI and requires-python (#4102)
Browse files Browse the repository at this point in the history
* pin python 3.12 in CI

* pin `requires-python`

* looks like still need to pin 3.12 explicitly

---------

Co-authored-by: Shyue Ping Ong <shyuep@users.noreply.github.com>
  • Loading branch information
DanielYang59 and shyuep authored Oct 21, 2024
1 parent 723d9b8 commit 9424d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Python Materials Genomics is a robust materials analysis code that defines core
and molecules with support for many electronic structure codes. It is currently the core analysis code powering the
Materials Project (https://materialsproject.org)."""
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<3.13"
keywords = [
"ABINIT",
"VASP",
Expand Down

0 comments on commit 9424d5f

Please sign in to comment.