Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We use Python 3.8 now #532

Merged
merged 1 commit into from Oct 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/data_update.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
repository: sfbrigade/data-covid19-sfbayarea
path: scraper

# The scraper uses Python 3.7+, so make sure we've got the latest 3.x
# The scraper uses Python 3.8+, so make sure we've got the latest 3.x
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data_update_v2.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
repository: sfbrigade/data-covid19-sfbayarea
path: scraper

# The scraper uses Python 3.7+, so make sure we've got the latest 3.x
# The scraper uses Python 3.8+, so make sure we've got the latest 3.x
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/news_update.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
repository: sfbrigade/data-covid19-sfbayarea
path: scraper

# The scraper uses Python 3.7+, so make sure we've got the latest 3.x
# The scraper uses Python 3.8+, so make sure we've got the latest 3.x
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
Expand Down