Skip to content

Commit

Permalink
CircleCI orb [email protected] is now using Python311
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Mar 28, 2023
1 parent b9b113c commit 963f612
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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
Expand Down Expand Up @@ -604,10 +604,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
Expand Down Expand Up @@ -772,7 +772,6 @@ workflows:
- py310-integration-goethereum-ws_flaky
- py310-integration-ethtester-pyevm
- py310-wheel-cli
- py310-wheel-cli-windows
- py311-lint
- py311-ens
- py311-ethpm
Expand All @@ -785,3 +784,4 @@ workflows:
- py311-integration-goethereum-ws_flaky
- py311-integration-ethtester-pyevm
- py311-wheel-cli
- py311-wheel-cli-windows
1 change: 1 addition & 0 deletions newsfragments/2899.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CircleCI windows orb path since it now uses python 3.11.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 963f612

Please sign in to comment.