Skip to content

Commit 3d28c52

Browse files
authored
Merge pull request #59 from Dwolla/DEV-990
fix: update Python version to 3.8 for GitHub Actions compatibility
2 parents 752e6a1 + 12c5971 commit 3d28c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v3
2121
with:
22-
python-version: '3.7'
22+
python-version: '3.8'
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)