diff --git a/.circleci/config.yml b/.circleci/config.yml index 719b0856cb..fd9c9e2977 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,7 +205,7 @@ windows_steps: &windows_steps command: pip install --user tox - run: name: run tox - command: 'C:/Users/circleci.PACKER-633B1A5A/AppData/Roaming/Python/Python310/Scripts/tox.exe -r' + command: 'C:/Users/circleci.PACKER-6400C91A/AppData/Roaming/Python/Python311/Scripts/tox.exe -r' - save_cache: paths: - .tox @@ -602,10 +602,10 @@ jobs: environment: TOXENV: py310-wheel-cli - py310-wheel-cli-windows: + py311-wheel-cli-windows: <<: *windows_steps environment: - TOXENV: py310-wheel-cli-windows + TOXENV: py311-wheel-cli-windows # # Python 3.11 @@ -770,7 +770,6 @@ workflows: - py310-integration-goethereum-ws_flaky - py310-integration-ethtester-pyevm - py310-wheel-cli - - py310-wheel-cli-windows - py311-lint - py311-ens - py311-ethpm @@ -783,3 +782,4 @@ workflows: - py311-integration-goethereum-ws_flaky - py311-integration-ethtester-pyevm - py311-wheel-cli + - py311-wheel-cli-windows diff --git a/newsfragments/2899.internal.rst b/newsfragments/2899.internal.rst new file mode 100644 index 0000000000..751e06bc5d --- /dev/null +++ b/newsfragments/2899.internal.rst @@ -0,0 +1 @@ +Update CircleCI windows orb path since it now uses python 3.11. diff --git a/tox.ini b/tox.ini index 4d4974551b..f352c5fae8 100644 --- a/tox.ini +++ b/tox.ini @@ -87,7 +87,7 @@ commands= python -c "from web3 import Web3" skip_install=true -[testenv:py310-wheel-cli-windows] +[testenv:py311-wheel-cli-windows] deps= wheel build[virtualenv]