Skip to content

Commit 3068ddd

Browse files
committed
将Python版本更新到3.12
1 parent 27e9c5b commit 3068ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Set up Python 3.10
19+
- name: Set up Python 3.12
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.12"
2323
cache: 'pip'
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)