File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 matrix :
1212 os :
1313 - macOS-latest
14- - ubuntu-20.04
14+ - ubuntu-latest
1515 - windows-2022
1616 include :
1717 - os : windows-2022
1818 platform : windows
1919 vcpkg-triplet : x64-windows-static-release-md
2020 cmake-preset : windows-x64
2121 python-executable : python
22- - os : ubuntu-20.04
22+ - os : ubuntu-latest
2323 platform : linux
2424 vcpkg-triplet : x64-linux-release
2525 cmake-preset : linux-x64
3838 name : Get vcpkg
3939 with :
4040 repository : ' microsoft/vcpkg'
41- ref : ' 2024.05.24 '
41+ ref : ' 2025.06.13 '
4242 path : ' ${{ github.workspace }}/_vcpkg'
4343 fetch-depth : 0
4444
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ echo "[+] Build Triton wheel package for Python 3.13"
9191cd $SOURCE_DIR
9292rm -rf $SOURCE_DIR /build
9393rm -rf $SOURCE_DIR /triton_library.egg-info
94- export PYTHON_BINARY=/opt/_internal/cpython-3.13.3 /bin/python
94+ export PYTHON_BINARY=/opt/_internal/cpython-3.13.5 /bin/python
9595export PYTHON_INCLUDE_DIRS=$( $PYTHON_BINARY -c " from sysconfig import get_paths; print(get_paths()['include'])" )
9696export PYTHON_LIBRARY=$( $PYTHON_BINARY -c " from sysconfig import get_paths; print(get_paths()['include'])" )
9797
Original file line number Diff line number Diff line change 66 "homepage" : " https://github.com/JonathanSalwan/Triton" ,
77 "license" : " Apache-2.0" ,
88 "supports" : " !arm" ,
9- "builtin-baseline" : " e809a42f87565e803b2178a0c11263f462d1800a " ,
9+ "builtin-baseline" : " ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0 " ,
1010 "dependencies" : [
1111 " boost-math" ,
1212 " boost-multiprecision" ,
You can’t perform that action at this time.
0 commit comments