From 22a2bf132ba5e56220ef467f99afe9e6be3c7c4a Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sun, 11 May 2025 20:56:27 -0700 Subject: [PATCH] use python 3.13 in ci actions --- .circleci/config.yml | 2 +- .github/workflows/build-book.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a22645a5a..183eb48a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build-book: docker: - - image: cimg/python:3.9 + - image: cimg/python:3.13 steps: - checkout - run: diff --git a/.github/workflows/build-book.yml b/.github/workflows/build-book.yml index b8dcb7f24..8742a0845 100644 --- a/.github/workflows/build-book.yml +++ b/.github/workflows/build-book.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" - name: Upgrade pip run: |