We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a23ff commit e8cb1f0Copy full SHA for e8cb1f0
.circleci/config.yml
@@ -167,9 +167,9 @@ jobs:
167
numpy_version: <<parameters.numpy_version>>
168
169
# Percy
170
- python_312_percy:
+ python_311_percy:
171
docker:
172
- - image: cimg/python:3.12-browsers
+ - image: cimg/python:3.11-browsers
173
environment:
174
PERCY_ENABLED: True
175
PERCY_PROJECT: plotly/plotly.py
@@ -450,5 +450,5 @@ workflows:
450
python_version: "3.9"
451
pandas_version: "1.2.4"
452
numpy_version: "1.26.4"
453
- - python_312_percy
+ - python_311_percy
454
- build-doc
0 commit comments