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

[SCSB-145] require Python 3.10 #612

Merged
merged 4 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ POPPY may be installed one of two different ways.
Requirements
--------------

* Python 3.9, or more recent.
* Python 3.10, or more recent.
* The standard Python scientific stack: :py:mod:`numpy`, :py:mod:`scipy`,
:py:mod:`matplotlib`
* POPPY relies upon the `astropy
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps=
cov: pytest-astropy
cov: pytest-cov
syn: synphot
legacy: numpy==1.20.0
legacy: oldest-supported-numpy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! Had no idea that meta-package existed. Thanks!

legacy: astropy==5.1.0
legacy: scipy==1.10.1
latest: -rrequirements.txt
Expand Down
Loading