Skip to content

Commit 45710b7

Browse files
authored
bump python versions in workflows to 3.8
1 parent 327ea49 commit 45710b7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 60
1010
strategy:
1111
matrix:
12-
python-version: ["3.7"]
12+
python-version: ["3.8"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/update-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 60
1818
strategy:
1919
matrix:
20-
python-version: ["3.7"]
20+
python-version: ["3.8"]
2121

2222
steps:
2323
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are three scripts: `download.py`, `maintain-datafiles.py`, and `bundle.py`
77

88
All of these tools expect the [course data][course-data] to be one folder up from the CWD, in `../course-data`.
99

10-
These scripts require `python3` >= 3.7, as well as `beautifulsoup4`, `requests`, `xmltodict`.
10+
These scripts require `python3` >= 3.8, as well as `beautifulsoup4`, `requests`, `xmltodict`.
1111

1212
The libraries are also specified in the `Pipfile` file, so a `pip3 install pipenv` and `pipenv run $command`
1313

0 commit comments

Comments
 (0)