Commit Graph
17 Commits
Author SHA1 Message Date
mvdbeek b9808b3e8e Start work on 24.0.3.dev0 2024-05-07 15:55:40 +02:00
mvdbeek 439bb62978 Create version 24.0.2 2024-05-07 15:55:37 +02:00
mvdbeek 7408ebb049 Start work on 24.0.2.dev0 2024-05-02 12:27:06 +02:00
mvdbeek 592cf1ec84 Create version 24.0.1 2024-05-02 12:27:00 +02:00
John Davis a7f310c163 Start work on 24.0.1.dev0 2024-04-02 19:07:02 -04:00
John Davis 119aaa031f Create version 24.0.0 2024-04-02 19:06:58 -04:00
mvdbeek b278d8a2aa Merge branch 'release_23.2' into dev 2024-02-08 11:35:49 +01:00
John Davis ac15c87379 Update package versions to 23.2.dev0
Update setup.cfg, HISTORY.rst.
Make all dev package versions consistent.
2024-02-01 22:50:21 -05:00
Ubuntu 6860c9a0fb Add support for Python 3.12 2024-01-21 11:57:59 +00: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
Nicola Soranzo 65b71cbbd1 Fix requirements of packages 2023-11-21 17:54:31 +00:00
Matthias Bernt aa9cc5b9e8 Start work on 23.1.dev0 2023-06-08 15:54:32 +02:00
Matthias Bernt f722e122f7 Create version 23.0.1 2023-06-08 15:54:28 +02:00
Nicola Soranzo 4ca163b9ca Add support for Python 3.11
- Update Python dependencies that didn't have a cp311 wheel: h5py and
  psycopg2-binary.
- For packages for which there is no recent version that works on all
  Python versions supported by Galaxy (numpy and scipy), replace old
  requirement with multiple Python-version-specific requirements.
2023-02-02 01:18:25 +00:00
Nicola Soranzo 26caab07d3 Modernise build of galaxy-web-stack package 2022-06-09 23:48:35 +01:00
Nicola Soranzo e9b2262dd3 Move mypy configuration to `mypy.ini`
So packages can use `setup.cfg` to replace `setup.py` .
2022-06-08 10:35:18 +01:00
John Chilton 9b47a2dfe0 Add galaxy-web-stack and galaxy-web-framework packages. 2019-07-06 14:15:13 +02:00