-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Python 3.8 reached EOL and was removed from list. - Added python 3.12 and 3.13 to CI tests. Notes: - Numpy 2.0.0 is compatible with python 3.9-3.12 (https://numpy.org/doc/stable/release/2.0.0-notes.html) - Numpy 2.1.0 adds 3.13 to "supported" python (https://numpy.org/doc/stable/release/2.1.0-notes.html)
- Loading branch information
1 parent
b6edd2d
commit b3e9ce0
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ description = "Astrometric Alignment of Images" | |
maintainers = [{ name = "Martin Beroiz", email = "[email protected]" }] | ||
readme = "README.md" | ||
dynamic = ["version"] | ||
requires-python = ">=3.7" | ||
requires-python = ">=3.9" | ||
dependencies = ["numpy>=1.17", "scipy>=0.15", "scikit-image", "sep-pjw"] | ||
license = { file = "LICENSE.txt" } | ||
keywords = [ | ||
|