Skip to content

Commit

Permalink
Merge pull request #67 from AstarVienna/fh/drop39
Browse files Browse the repository at this point in the history
Drop support for Python 3.9
  • Loading branch information
teutoburg authored Aug 30, 2024
2 parents 2f86b2d + c4f3ff3 commit b7c8457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 59 deletions.
59 changes: 2 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skycalc-ipy"
version = "0.4.1a1"
version = "0.5.0a0"
description = "Get atmospheric spectral information from the ESO skycalc server."
license = "GPL-3.0-or-later"
authors = ["Kieran Leschinski <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
numpy = "^1.26.3"
astropy = "^5.3.4"
httpx = "^0.23.0"
Expand Down

0 comments on commit b7c8457

Please sign in to comment.