@@ -129,15 +129,12 @@ jobs:
129129 fail-fast : false
130130 matrix :
131131 IMAGE :
132- - {IMAGE: "rhel8", TOXENV: "py36", RUNNER: "ubuntu-latest"}
133- - {IMAGE: "rhel8-fips", TOXENV: "py36", RUNNER: "ubuntu-latest", FIPS: true}
134132 - {IMAGE: "rhel8", TOXENV: "py38", RUNNER: "ubuntu-latest"}
135133 - {IMAGE: "rhel8-fips", TOXENV: "py38", RUNNER: "ubuntu-latest", FIPS: true}
136134 - {IMAGE: "buster", TOXENV: "py37", RUNNER: "ubuntu-latest"}
137135 - {IMAGE: "bullseye", TOXENV: "py39", RUNNER: "ubuntu-latest"}
138136 - {IMAGE: "bookworm", TOXENV: "py310", RUNNER: "ubuntu-latest"}
139137 - {IMAGE: "sid", TOXENV: "py311", RUNNER: "ubuntu-latest"}
140- - {IMAGE: "ubuntu-bionic", TOXENV: "py36", RUNNER: "ubuntu-latest"}
141138 - {IMAGE: "ubuntu-focal", TOXENV: "py38", RUNNER: "ubuntu-latest"}
142139 - {IMAGE: "ubuntu-jammy", TOXENV: "py310", RUNNER: "ubuntu-latest"}
143140 - {IMAGE: "ubuntu-rolling", TOXENV: "py310", RUNNER: "ubuntu-latest"}
@@ -355,11 +352,11 @@ jobs:
355352 - {OS: 'macos-12', ARCH: 'x86_64'}
356353 - {OS: [self-hosted, macos, ARM64, tart], ARCH: 'arm64'}
357354 PYTHON :
358- - {VERSION: "3.6 ", TOXENV: "py36 ", EXTRA_CFLAGS: ""}
355+ - {VERSION: "3.7 ", TOXENV: "py37 ", EXTRA_CFLAGS: ""}
359356 - {VERSION: "3.11", TOXENV: "py311", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
360357 exclude :
361- # We only test latest Python on arm64. The py36 won't work since there's no universal2 binary
362- - PYTHON : {VERSION: "3.6 ", TOXENV: "py36 ", EXTRA_CFLAGS: ""}
358+ # We only test latest Python on arm64. The py37 won't work since there's no universal2 binary
359+ - PYTHON : {VERSION: "3.7 ", TOXENV: "py37 ", EXTRA_CFLAGS: ""}
363360 RUNNER : {OS: [self-hosted, macos, ARM64, tart], ARCH: 'arm64'}
364361 name : " ${{ matrix.PYTHON.TOXENV }} on macOS ${{ matrix.RUNNER.ARCH }}"
365362 timeout-minutes : 15
@@ -423,7 +420,7 @@ jobs:
423420 - {ARCH: 'x86', WINDOWS: 'win32'}
424421 - {ARCH: 'x64', WINDOWS: 'win64'}
425422 PYTHON :
426- - {VERSION: "3.6 ", TOXENV: "py36 -nocoverage", CL_FLAGS: ""}
423+ - {VERSION: "3.7 ", TOXENV: "py37 -nocoverage", CL_FLAGS: ""}
427424 - {VERSION: "3.11", TOXENV: "py311", CL_FLAGS: "/D USE_OSRANDOM_RNG_FOR_TESTING"}
428425 JOB_NUMBER : [0, 1, 2]
429426 name : " ${{ matrix.PYTHON.TOXENV }} on ${{ matrix.WINDOWS.WINDOWS }} (part ${{ matrix.JOB_NUMBER }})"
0 commit comments