File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Python 3.9
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.9"
2121 - name : Install dependencies
4141 runs-on : ubuntu-24.04
4242
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - name : Set up Ruby
4646 uses : ruby/setup-ruby@v1
4747 with :
6060 runs-on : ${{ matrix.os }}
6161
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464 - name : Set up Python 3.9
65- uses : actions/setup-python@v5
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version : " 3.9"
6868 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ def run(self):
161161 # Note that this is a string of words separated by whitespace, not a list.
162162 keywords = 'gff3 gff bioinformatics ' , # Optional
163163
164+ # Explicitly declare supported runtime versions for installers and tools.
165+ python_requires = '>=3.9' ,
166+
164167 # You can just specify package directories manually here if your project is
165168 # simple. Or you can use find_packages().
166169 #
You can’t perform that action at this time.
0 commit comments