ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.97k stars 1.69k forks source link

move v6 windows wheel check to py312 #3385

Closed pacrob closed 4 months ago

pacrob commented 4 months ago

What was wrong?

Circle updated their default image to have py312 instead of py311, causing CI to fail.

How was it fixed?

Updated existing windows wheel job to use py312 instead (rather than importing the new windows wheel structure that exists in v7 (which won't have this problem))

Todo:

Cute Animal Picture

image