Skip to content

Commit

Permalink
Require at least Python 3.7 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed May 15, 2023
1 parent 953a8ba commit ef61230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def no_cythonize(extensions, **_ignore):
'cyvcf2 = cyvcf2.__main__:cli',
],
),
python_requires=">=3.7",
install_requires=['numpy', 'coloredlogs', 'click'],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit ef61230

Please sign in to comment.