diff --git a/.circleci/config.yml b/.circleci/config.yml index 89d5e2fe8..e375ec7dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -184,7 +184,7 @@ jobs: - run: pip install tox # TODO (#1005): make zsh completion tests pass on macOS machine on CI - run: tox -e test-completions -- -vv -k "not zsh" - - run: PYTHON_VERSION=3.11-macos tox -e coverage -- -vv + - run: PYTHON_VERSION=3.12-macos tox -e coverage -- -vv - store_test_results: path: test-results/ - persist_to_workspace: