Skip to content

Commit

Permalink
Fix one more case of Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 15, 2022
1 parent b70e231 commit 91fd713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Community support is available at `Galaxy Help <https://help.galaxyproject.org/>
Galaxy Quickstart
=================

Galaxy requires Python 3.6 . To check your Python version, run:
Galaxy requires Python 3.7 . To check your Python version, run:

.. code:: console
$ python -V
Python 3.6.10
Python 3.7.6
Start Galaxy:

Expand Down

0 comments on commit 91fd713

Please sign in to comment.