File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ jobs:
167167 numpy_version : <<parameters.numpy_version>>
168168
169169 # Percy
170- python_39_percy :
170+ python_312_percy :
171171 docker :
172- - image : cimg/python:3.9 -browsers
172+ - image : cimg/python:3.12 -browsers
173173 environment :
174174 PERCY_ENABLED : True
175175 PERCY_PROJECT : plotly/plotly.py
@@ -203,7 +203,6 @@ jobs:
203203 source .venv/bin/activate
204204 mkdir tests/percy/pandas2
205205 mv tests/percy/*.html tests/percy/pandas2/
206- # 1.1 is the earliest minor with Py3.9 wheels
207206 uv pip install pip
208207 python -m pip install pandas==1.1.5 numpy==1.26.4
209208 python tests/percy/plotly-express.py
@@ -451,5 +450,5 @@ workflows:
451450 python_version : " 3.9"
452451 pandas_version : " 1.2.4"
453452 numpy_version : " 1.26.4"
454- - python_39_percy
453+ - python_312_percy
455454 - build-doc
You can’t perform that action at this time.
0 commit comments