Skip to content

Commit 36463ab

Browse files
committed
python 3.9->3.12
1 parent 45054df commit 36463ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
pacman --noconfirm -S python-setuptools
207207
python setup.py build
208208
python setup.py install
209-
cp /usr/lib/python3.9/site-packages/pgf* /c/tmp-dist/python
209+
cp /usr/lib/python3.12/site-packages/pgf* /c/tmp-dist/python
210210
211211
- name: Setup Haskell
212212
uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)