Skip to content

Commit c511646

Browse files
committed
Test with Python 3.7
1 parent 462c57a commit c511646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.6'
21+
python-version: '3.7'
2222
- name: Install dependencies
2323
run: |
2424
cd howlongtobeatpy

.github/workflows/python-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: '3.6'
29+
python-version: '3.7'
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)