From 411ea0a978d2e5b843ca212ceb207ae0a0c68f65 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 31 Oct 2023 11:54:42 -0700 Subject: [PATCH] Update publish-docs.yml to use Python 3.11 --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 9617209..ddf893a 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - uses: actions-rs/toolchain@v1 with: