Skip to content

Commit

Permalink
change more references to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 14, 2024
1 parent f298a93 commit c8a9ff3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contextual information like on-sky views of the spectrograph slit.

.. warning::

As of ``jdaviz`` version 3.5, python 3.8 is no longer supported. Please use python 3.9 or
As of ``jdaviz`` version 3.9, Python 3.9 is no longer supported. Please use Python 3.10 or
greater to get the latest bug fixes and feature additions for ``jdaviz``.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Common Issues
If you encounter problems while following these installation instructions,
please consult :ref:`known installation issues <known_issues_installation>`.

Note that ``jdaviz`` requires Python 3.9 or newer. If your ``pip`` corresponds to an older version of
Note that ``jdaviz`` requires Python 3.10 or newer. If your ``pip`` corresponds to an older version of
Python, it will raise an error that it cannot find a valid package.

Users occasionally encounter problems running the pure ``pip`` install above. For those
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies = [
"sidecar>=0.5.2",
"ipypopout>=0.0.11",
"astroquery",
"y_py<0.5.5;python_version=='3.9'",
]
dynamic = [
"version",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312}-test{,-alldeps,-devdeps,-predeps}{-romandeps}{,-cov}
py{310,311,312}-test{,-alldeps,-devdeps,-predeps}{-romandeps}{,-cov}
linkcheck
codestyle
pep517
Expand Down

0 comments on commit c8a9ff3

Please sign in to comment.