Skip to content

Commit c350dc3

Browse files
committed
drop Python 3.9 support
Astropy 5.0 was the first to support 3.10, so >=4.3 constraint is now superfluous
1 parent 86f2ea4 commit c350dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ authors = [{ name = "SNEWS Collaboration", email = "snews2.0@lists.bnl.gov" }]
1010
license = { text = "BSD" }
1111
readme = {file = "README.md", content-type = "text/markdown"}
1212

13-
requires-python = ">=3.9"
13+
requires-python = ">=3.10"
1414

1515
dependencies = [
1616
"numpy",
1717
"scipy",
18-
"astropy >= 4.3",
18+
"astropy",
1919
"pandas",
2020
"tqdm",
2121
"matplotlib",

0 commit comments

Comments
 (0)