Skip to content

Commit

Permalink
Merge pull request #61 from galaxy-genome-annotation/llama-royal
Browse files Browse the repository at this point in the history
maximum biopy
  • Loading branch information
hexylena authored Jan 31, 2024
2 parents 1257e05 + 4535100 commit 088ebfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
on: ["push", "pull_request"]
on: ["pull_request"]
jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install flake8
run: pip install flake8 flake8-import-order
- name: Flake8
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.9]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Python install
run: pip install -U pip setuptools nose build
- name: Build a binary wheel and a source tarball
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests
biopython>=1.77
biopython>=1.77,<=1.81
cachetools<4
click>=6.7
wrapt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.9',
])

0 comments on commit 088ebfb

Please sign in to comment.