WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 4fa267f

Browse files
committed
Update minimum Python version to 3.8, closes #47
1 parent b423a6e commit 4fa267f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.7
18+
python-version: 3.8
1919

2020
- name: Install dependencies - Windows
2121
run: choco install wget
@@ -39,4 +39,4 @@ jobs:
3939
run: coveralls --service=github
4040
if: matrix.os == 'ubuntu-latest'
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=find_packages(where="src/python"),
2222
package_dir={"": "src/python"},
2323
keywords="etl parse covid-19 medical scientific papers",
24-
python_requires=">=3.7",
24+
python_requires=">=3.8",
2525
install_requires=[
2626
"beautifulsoup4>=4.8.1",
2727
"elasticsearch>=7.8.0",

0 commit comments

Comments
 (0)