From 40531ec669fa535c2993a52dbfe8d6db9850b29d Mon Sep 17 00:00:00 2001 From: Pawel Lipski Date: Sun, 14 Apr 2024 22:29:11 +0200 Subject: [PATCH] Bump PYTHON_VERSION for coverage on macOS --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: