Skip to content

Commit 04dbc24

Browse files
Merge pull request #374 from neutrinoceros/dep/require_CPython_3.10.3+
DEP: drop support for CPython 3.10.0, 3.10.1 and 3.10.2
2 parents 68ecd50 + 5f8a340 commit 04dbc24

File tree

2 files changed

+17
-272
lines changed

2 files changed

+17
-272
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
keywords = [
2929
"astronomy astrophysics visualization amr adaptivemeshrefinement",
3030
]
31-
requires-python = ">=3.10"
31+
requires-python = ">=3.10.3"
3232
dependencies = [
3333
"inifix>=4.1.0",
3434
"numpy>=1.21.2",

0 commit comments

Comments
 (0)