@@ -321,10 +321,6 @@ jobs:
321321 bopts : install
322322 os : ubuntu-latest
323323
324- - lib : system
325- bopts : install
326- os : ubuntu-latest
327-
328324 - lib : test
329325 bopts : install
330326 os : ubuntu-latest
@@ -487,20 +483,20 @@ jobs:
487483 copts : -DBoost_USE_STATIC_LIBS=OFF
488484 os : windows-latest
489485
490- # b2 finds Python 3.9 (in PATH), but CMake finds Python 3.14
486+ # b2 finds Python 3.12 (in PATH), but CMake finds Python 3.14
491487
492488 # python=3.14 isn't tested because the test executable doesn't run
493489 # as the 3.14 DLL isn't in PATH
494490
495491 - lib : python
496492 bopts : install
497- copts : " -DUSE_PYTHON_VERSION=\" 3.9 ;EXACT\" "
498- os : windows-latest
493+ copts : " -DUSE_PYTHON_VERSION=\" 3.12 ;EXACT\" "
494+ os : windows-2025
499495
500496 - lib : python
501- bopts : python=3.9 ,3.14 install
502- copts : " -DUSE_PYTHON_VERSION=\" 3.9 ;EXACT\" "
503- os : windows-latest
497+ bopts : python=3.12 ,3.14 install
498+ copts : " -DUSE_PYTHON_VERSION=\" 3.12 ;EXACT\" "
499+ os : windows-2025
504500
505501 - lib : serialization
506502 bopts : install
@@ -560,7 +556,7 @@ jobs:
560556 xcopy /s /e /q %GITHUB_WORKSPACE% tools\boost_install\
561557 cmd /c bootstrap
562558 set USER_CONFIG=%HOMEDRIVE%%HOMEPATH%\user-config.jam
563- echo using python : 3.9 ; >> %USER_CONFIG%
559+ echo using python : 3.12 ; >> %USER_CONFIG%
564560 echo using python : 3.14 ; >> %USER_CONFIG%
565561 b2 -d0 headers
566562
@@ -638,8 +634,8 @@ jobs:
638634 xcopy /s /e /q %GITHUB_WORKSPACE% tools\boost_install\
639635 cmd /c bootstrap
640636 set USER_CONFIG=%HOMEDRIVE%%HOMEPATH%\user-config.jam
641- echo using python : 3.7 ; >> %USER_CONFIG%
642- echo using python : 3.9 ; >> %USER_CONFIG%
637+ echo using python : 3.12 ; >> %USER_CONFIG%
638+ echo using python : 3.14 ; >> %USER_CONFIG%
643639 b2 -d0 headers
644640
645641 - name : Run tests
0 commit comments