From 9bd3a7102fc1dccb10e2a93c320e77f4d32c01de Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 1 Nov 2024 20:55:35 -0700 Subject: [PATCH] add python 3.13 to circle (#1553) --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e182d221..f1f4ca28e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -349,7 +349,7 @@ workflows: ignore: /.*/ matrix: parameters: - python_version: ["3.9", "3.10", "3.11", "3.12"] + python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] xcode_version: ["15.0.0", "15.2.0"] build_env: ["PYPI_RELEASE=1"] - build_documentation: @@ -386,7 +386,7 @@ workflows: - build_release: matrix: parameters: - python_version: ["3.9", "3.10", "3.11", "3.12"] + python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] xcode_version: ["15.0.0", "15.2.0"] weekly_build: when: @@ -397,7 +397,7 @@ workflows: - build_release: matrix: parameters: - python_version: ["3.9", "3.10", "3.11", "3.12"] + python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] xcode_version: ["15.0.0", "15.2.0", "16.0.0"] build_env: ["DEV_RELEASE=1"] linux_test_release: @@ -409,5 +409,5 @@ workflows: - build_linux_release: matrix: parameters: - python_version: ["3.9", "3.10", "3.11", "3.12"] + python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] extra_env: ["PYPI_RELEASE=1"]