File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,12 @@ jobs:
5656 steps :
5757 - uses : actions/checkout@v5
5858 with :
59- fetch-depth : 1
59+ persist-credentials : false
6060 submodules : true
6161 - uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.python-version }}
64+ cache : pip
6465 - name : Test psql
6566 run : |
6667 psql --version # Needs to be compatible with the postgres container image
6970 run : |
7071 python -m pip install --upgrade pip setuptools
7172 python -m pip install tox coveralls
72- - name : Checkout system space
73+ - name : Check system space
7374 run : |
7475 df
7576 - name : Test with tox
@@ -82,14 +83,15 @@ jobs:
8283 steps :
8384 - uses : actions/checkout@v5
8485 with :
85- fetch-depth : 1
86+ persist-credentials : false
8687 submodules : true
8788 - uses : actions/setup-node@v5
8889 with :
8990 node-version : ' 18.12.1'
9091 - uses : actions/setup-python@v6
9192 with :
92- python-version : ' 3.13'
93+ python-version : ' 3.14'
94+ cache : pip
9395 - name : Install dependencies
9496 run : |
9597 python3 -m pip install --upgrade pip setuptools
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2005-2021 Galaxy Contributors (see https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md)
3+ Copyright (c) 2005-2025 Galaxy Contributors (see https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md)
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=42 " , " wheel" ]
2+ requires = [" setuptools>=77.0.0 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " planemo"
77dynamic = [" version" , " readme" , " dependencies" ]
88description = " Command-line utilities to assist in building tools for the Galaxy project (http://galaxyproject.org/)."
9- license = { text = " MIT" }
9+ license = " MIT"
10+ license-files = [
11+ " LICENSE" ,
12+ ]
1013authors = [
1114 {
name =
" Galaxy Project and Community" ,
email =
" [email protected] " }
1215]
1316classifiers = [
1417 " Development Status :: 5 - Production/Stable" ,
1518 " Intended Audience :: Developers" ,
1619 " Environment :: Console" ,
17- " License :: OSI Approved :: MIT License" ,
1820 " Operating System :: POSIX" ,
1921 " Topic :: Software Development" ,
2022 " Topic :: Software Development :: Code Generators" ,
You can’t perform that action at this time.
0 commit comments