Skip to content

Commit d6b18d7

Browse files
committed
back up
1 parent d1750c6 commit d6b18d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Set up Python 3.10
17+
- name: Set up Python 3.12
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.12'
2121
cache: 'pip'
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)