Skip to content

Commit 38d7939

Browse files
authored
fix: Bump Python version
Version 3.7 has reached its EOL. Use newer version
1 parent d834a97 commit 38d7939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313

14-
- name: Set up Python 3.7
14+
- name: Set up Python 3.13
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.7
17+
python-version: 3.13
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)