Skip to content

Commit 587768c

Browse files
committed
bump minimum python to 3.10
1 parent c88809f commit 587768c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

emmet-api/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"jinja2",
5353
],
5454
},
55-
python_requires=">=3.9",
55+
python_requires=">=3.10",
5656
license="modified BSD",
5757
zip_safe=False,
5858
)

emmet-builders/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ml": ["emmet-core[ml]"],
4949
"openmm": ["transport-analysis>=0.1.0"],
5050
},
51-
python_requires=">=3.9",
51+
python_requires=">=3.10",
5252
license="modified BSD",
5353
zip_safe=False,
5454
)

emmet-core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"jinja2",
7676
],
7777
},
78-
python_requires=">=3.9",
78+
python_requires=">=3.10",
7979
license="modified BSD",
8080
zip_safe=False,
8181
)

0 commit comments

Comments
 (0)