Skip to content

Commit 735b8d2

Browse files
committed
build: use 3.12 to build
1 parent 577cc11 commit 735b8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
- test
8080
- build-sdist
8181
steps:
82-
- name: Set up Python 3.13
82+
- name: Set up Python 3.12
8383
uses: actions/setup-python@v5
8484
with:
85-
python-version: 3.13
85+
python-version: 3.12
8686

8787
- name: Get cASO repo
8888
uses: actions/checkout@v4

0 commit comments

Comments
 (0)