Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop oldest supported numpy from build-system #193

Merged
merged 2 commits into from Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@
- Drop support for Python 3.8 in accordance with NEP 29. [#180]
- Update ``RepresentationConverter`` for new class paths in astropy [#181]
- Update Converters so that all Class Variables are immutable [#188]
- Remove ``oldest-supported-numpy`` from ``pyproject.toml`` ``build-system``
as this was never needed and will cause problems building on python 3.12 betas. [#193]

0.4.0 (2023-03-20)
------------------
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Expand Up @@ -51,10 +51,8 @@ test = [
[build-system]
build-backend = 'setuptools.build_meta'
requires = [
"oldest-supported-numpy",
"setuptools>=60",
"setuptools_scm[toml]>=3.4",
"wheel",
]

[tool.setuptools]
Expand Down