Skip to content

Commit 6114418

Browse files
committed
Use Python 3.12 in CI
1 parent 5f567be commit 6114418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.12'
1818
- run: cmake . -G "Visual Studio 17 2022" -Bcpp_build
1919
- run: cmake --build cpp_build --config Release
2020
- run: cpp_build\Release\ExternalLibraryTest.exe

0 commit comments

Comments
 (0)