Closed sondrelg closed 3 years ago
This is not a bug in the orb, the 3.9
tag in the cimg/python is aliased to the latest patch version. Yesterday the cimg/python:3.9 image was updated to the latest patch, 3.9.1
. See here: https://github.com/CircleCI-Public/cimg-python/pull/72
You should set the tag to "3.9.0" if you need the specific version of python declared in your .python-version
of your project.
Orb version:
1.2.1 and 1.3.0
What happened:
We've been running linting using this orb for a few weeks on Python 3.9.0, and somewhere between 6 hours go and 1 hour ago, something broke.
Additional Information:
This is our setup
Our circleci configuration is unchanged.