Skip to content

Commit

Permalink
New release for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mrg committed Apr 18, 2020
1 parent 1c64817 commit 30359c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()
setuptools.setup(
name="ieugwaspy",
version="0.1.5",
version="0.1.6",
author="Tom Gaunt",
author_email="tom@biocompute.org.uk",
description="Python interface to IEU GWAS database API",
Expand All @@ -17,6 +17,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=["requests"],
)

0 comments on commit 30359c7

Please sign in to comment.