Skip to content

Commit 69527bc

Browse files
authored
bookworm is py311 now (#8200)
1 parent 111deef commit 69527bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- {IMAGE: "rhel8-fips", TOXENV: "py38", RUNNER: "ubuntu-latest", FIPS: true}
133133
- {IMAGE: "buster", TOXENV: "py37", RUNNER: "ubuntu-latest"}
134134
- {IMAGE: "bullseye", TOXENV: "py39", RUNNER: "ubuntu-latest"}
135-
- {IMAGE: "bookworm", TOXENV: "py310", RUNNER: "ubuntu-latest"}
135+
- {IMAGE: "bookworm", TOXENV: "py311", RUNNER: "ubuntu-latest"}
136136
- {IMAGE: "sid", TOXENV: "py311", RUNNER: "ubuntu-latest"}
137137
- {IMAGE: "ubuntu-bionic", TOXENV: "py36", RUNNER: "ubuntu-latest"}
138138
- {IMAGE: "ubuntu-focal", TOXENV: "py38", RUNNER: "ubuntu-latest"}

0 commit comments

Comments
 (0)