Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 686735f

Browse files
committed
Use python 3.12
1 parent 1db009d commit 686735f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
21-
- name: Set up Python 3.11
21+
- name: Set up Python 3.12
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.11
24+
python-version: 3.12
2525
- name: Install flit
2626
run: |
2727
pip install flit

0 commit comments

Comments
 (0)