Skip to content

Commit

Permalink
Add deprecation of Python 3.7 for v24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo authored and dannon committed Sep 14, 2023
1 parent a5e1aa4 commit 9bcda10
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/releases/23.0_announce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The following files are new, or recently converted to yaml
- ``config/themes_conf.yml.sample``


Deprecation Notice
Deprecation Notices
===========================================================

Trackster is deprecated and will be removed in the next release. This functionality will be provided by other visualization plugins (IGV.js, JBrowse).
Expand Down
46 changes: 41 additions & 5 deletions doc/source/releases/23.1_announce.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,48 @@

:orphan:

===========================================================
Mid 2023 Galaxy Release (v 23.1)
===========================================================

.. include:: _header.rst

Highlights
===========================================================


Get Galaxy
==========

The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it.

To get a new Galaxy repository run:
.. code-block:: shell
$ git clone -b release_23.1 https://github.com/galaxyproject/galaxy.git
To update an existing Galaxy repository run:
.. code-block:: shell
$ git fetch origin && git checkout release_23.1 && git pull --ff-only origin release_23.1
See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations.

Administration Notes
====================


Configuration Changes
=====================


Deprecation Notices
===========================================================

The first Galaxy release of 2024 (24.0) will drop support for Python 3.7, which has already reached end of life (EOL).

Schedule
Release Notes
===========================================================
* Planned Freeze Date: 2023-05-15
* Planned Release Date: 2023-06-30

.. include:: 23.1.rst
:start-after: announce_start

.. include:: _thanks.rst

0 comments on commit 9bcda10

Please sign in to comment.