-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from braingram/py39_rip
drop py39 try to fix oldestdeps
- Loading branch information
Showing
5 changed files
with
14 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build: | |
apt_packages: | ||
- graphviz | ||
tools: | ||
python: "3.9" | ||
python: "3.12" | ||
|
||
sphinx: | ||
fail_on_warning: true | ||
|
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 |
---|---|---|
|
@@ -4,12 +4,11 @@ description = "ASDF serialization support for astropy" | |
readme = 'README.rst' | ||
license = { file = 'LICENSE.rst' } | ||
authors = [{ name = 'The Astropy Developers', email = '[email protected]' }] | ||
requires-python = '>=3.9' | ||
requires-python = '>=3.10' | ||
classifiers = [ | ||
'Development Status :: 5 - Production/Stable', | ||
'Programming Language :: Python', | ||
"Programming Language :: Python :: 3 :: Only", | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
|
@@ -22,8 +21,8 @@ dependencies = [ | |
"asdf-coordinates-schemas>=0.3", | ||
"asdf-transform-schemas>=0.5", | ||
"asdf-standard>=1.1.0", | ||
"astropy>=5.0.4", | ||
"numpy>=1.20", | ||
"astropy>=5.2.0", | ||
"numpy>=1.24", | ||
"packaging>=19", | ||
] | ||
[project.optional-dependencies] | ||
|
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