Skip to content

Commit

Permalink
Drop python 3.8 and 3.9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 28, 2024
1 parent 23b450e commit 0e6b4cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ python = "^3.10"
astro-kittens = "^1.4.6"
numpy = [
{ version = ">=2.0.0", python = ">=3.12"},
{ version = "<2.0.0", python = ">=3.8, <3.12"}
{ version = "<2.0.0", python = ">=3.10, <3.12"}
]
scipy = "*"
astlib = [
{ version = ">=0.12.0", python = ">=3.12"},
{ version = "<=0.11.10", python = ">=3.8, <3.12"},
{ version = "<=0.11.8", python = "<=3.8"}
{ version = "<=0.11.10", python = ">=3.10, <3.12"}
]
astropy = "*"
future = "*"
Expand Down

0 comments on commit 0e6b4cf

Please sign in to comment.