Skip to content

Commit

Permalink
Update minimum Python version to 3.8, closes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 18, 2023
1 parent b423a6e commit 4fa267f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Install dependencies - Windows
run: choco install wget
Expand All @@ -39,4 +39,4 @@ jobs:
run: coveralls --service=github
if: matrix.os == 'ubuntu-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(where="src/python"),
package_dir={"": "src/python"},
keywords="etl parse covid-19 medical scientific papers",
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"beautifulsoup4>=4.8.1",
"elasticsearch>=7.8.0",
Expand Down

0 comments on commit 4fa267f

Please sign in to comment.