@@ -50,13 +50,13 @@ jobs:
5050 include :
5151 # Ubuntu with the oldest supported GCC
5252 # BCH 2/12/2025: Ubuntu 22.04 is being discontinued, shifting forward
53- - { os: ubuntu-22.04, gcc: 9, python: 3.9 }
54- - { os: ubuntu-24.04, gcc: 12, python: 3.12 }
53+ - { os: ubuntu-22.04, gcc: 9, python: 3.11 }
54+ - { os: ubuntu-24.04, gcc: 12, python: 3.14 }
5555 # macOS, oldest supported version
5656 # (macos-10.15, macos-11, macos-12, and macos-13 were removed by GitHub)
57- - { os: macos-14, python: 3.9 }
57+ - { os: macos-14, python: 3.11 }
5858 # macOS, newest supported version
59- - { os: macos-26, python: 3.13 }
59+ - { os: macos-26, python: 3.14 }
6060
6161 runs-on : ${{ matrix.os }}
6262 steps :
@@ -131,8 +131,8 @@ jobs:
131131 fail-fast : false
132132 matrix :
133133 include :
134- - { sys: mingw64, env: x86_64, python: 3.9 }
135- - { sys: ucrt64, env: ucrt-x86_64, python: 3.9 }
134+ - { sys: mingw64, env: x86_64, python: 3.11 }
135+ - { sys: ucrt64, env: ucrt-x86_64, python: 3.11 }
136136 defaults :
137137 run :
138138 shell : msys2 {0}
0 commit comments