Skip to content

Commit ba02638

Browse files
committed
[main](chore) Use Python 3.12.8 in CI
1 parent ef570d9 commit ba02638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.11.8'
13+
python-version: '3.12.8'
1414
cache: 'pip'
1515
architecture: 'x64'
1616
- name: Install dependencies

0 commit comments

Comments
 (0)