Skip to content

Commit 9c1a474

Browse files
committed
use python 3.10
1 parent 55a3ca4 commit 9c1a474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Setup Python 3.9
11+
- name: Setup Python 3.10
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.9'
14+
python-version: '3.10'
1515
- name: Install Requirements
1616
run:
1717
pip install -r requirements.txt

0 commit comments

Comments
 (0)