Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI orb [email protected] is now using Python311 #2899

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -783,3 +782,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