From 790e175083559b3021f09677c81af6a62e8cfd1d Mon Sep 17 00:00:00 2001 From: kclowes Date: Wed, 4 Jun 2025 11:13:16 -0600 Subject: [PATCH] Add patch version to python 3.13 windows wheel CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b094dcb5b..102af4d3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -531,7 +531,7 @@ jobs: - <<: *install-pyenv-step - run: name: set minor version - command: echo "export MINOR_VERSION='3.13'" >> $BASH_ENV + command: echo "export MINOR_VERSION='3.13.3'" >> $BASH_ENV - <<: *install-latest-python-step - <<: *run-tox-step - <<: *save-cache-step