Nicola Soranzo
eb9fde1dcd
Drop support for Python 3.9
2026-01-19 18:39:16 +00:00
Nicola Soranzo and Marius van den Beek
be6a0dee57
Drop unnecessary "just"
...
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com >
2025-08-27 19:18:20 +01:00
Nicola Soranzo
7fa47d4ba6
Update Python instructions for admins
2025-08-27 16:30:39 +01:00
Michael R. Crusoe
c00967cca4
Python 3.8 as new minimum version
...
Fixes: https://github.com/galaxyproject/galaxy/issues/16394
Also upgrade code to Python 3.8 syntax with:
```
ack --type=python -f | grep -v '^lib/galaxy/schema/bco/\|^lib/galaxy/schema/drs/\|lib/tool_shed_client/schema/trs.*.py\|^tools/\|^.venv/\|^.tox/' | grep -v '^lib/galaxy/files/sources/\|^lib/galaxy/job_metrics/\|^lib/galaxy/objectstore/\|^lib/galaxy/tool_util/\|^lib/galaxy/util/' | xargs pyupgrade --py38-plus
```
2023-11-26 18:34:09 +00:00
mvdbeek
5db8c57731
Also update python.md for minium python version (3.7)
2022-03-15 15:23:39 +01:00
Nicola Soranzo
acc20994f4
Update minimum Python version in admin docs
2020-12-18 02:20:11 +00:00
Nicola Soranzo
e8466d002a
Python 2.7 is officially unsupported on 20.05
2020-06-20 19:04:57 +01:00
Marius van den Beek and Nicola Soranzo
0aa5c4b21c
One more version change
...
Co-Authored-By: Nicola Soranzo <nicola.soranzo@gmail.com >
2020-02-26 14:25:10 +01:00
mvdbeek
4f0cce0c27
Adjust docs for when we started preferring python3
2020-02-26 14:06:55 +01:00
mvdbeek
1169db7c9e
Mention that database/compiled_templates needs to be removed when upgrading python
2020-02-26 11:02:24 +01:00
Nicola Soranzo
99bc25f4cc
Add more details
2020-02-26 10:54:56 +01:00
Alex Ostrovsky
4c712f0f2d
Added conda python update
2020-02-26 10:54:56 +01:00
Nicola Soranzo
765f59175c
Create Python3 virtualenv by default
...
- Allow specifying Python to use to create virtualenv using GALAXY_PYTHON
environment variable.
- Integrate Python support docs from https://galaxyproject.org/admin/python/
- Update virtualenv installation to use v16.7.9
2020-02-26 10:53:43 +01:00