8000 Merge pull request #28616 from QuLogic/doc-bump-py · matplotlib/matplotlib@6e69939 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e69939

Browse files
authored
Merge pull request #28616 from QuLogic/doc-bump-py
CI: Build docs on latest Python
2 parents 040091e + 33640e8 commit 6e69939

File tree

2 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ commands:
216216
#
217217

218218
jobs:
219-
docs-python310:
219+
docs-python3:
220220
docker:
221-
- image: cimg/python:3.10
221+
- image: cimg/python:3.12
222222
resource_class: large
223223
steps:
224224
- checkout
@@ -259,4 +259,4 @@ workflows:
259259
jobs:
260260
# NOTE: If you rename this job, then you must update the `if` condition
261261
# and `circleci-jobs` option in `.github/workflows/circleci.yml`.
262-
- docs-python310
262+
- docs-python3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "CircleCI artifact handling"
33
on: [status]
44
jobs:
55
circleci_artifacts_redirector_job:
6-
if: "${{ github.event.context == 'ci/circleci: docs-python310' }}"
6+
if: "${{ github.event.context == 'ci/circleci: docs-python3' }}"
77
permissions:
88
statuses: write
99
runs-on: ubuntu-latest
@@ -16,11 +16,11 @@ jobs:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
api-token: ${{ secrets.CIRCLECI_TOKEN }}
1818
artifact-path: 0/doc/build/html/index.html
19-
circleci-jobs: docs-python310
19+
circleci-jobs: docs-python3
2020
job-title: View the built docs
2121

2222
post_warnings_as_review:
23-
if: "${{ github.event.context == 'ci/circleci: docs-python310' }}"
23+
if: "${{ github.event.context == 'ci/circleci: docs-python3' }}"
2424
permissions:
2525
contents: read
2626
checks: write