Skip to content

Commit a1fef30

Browse files
committed
FIGURE ENV UPDATE
1 parent 7d0adc1 commit a1fef30

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
jobname:
3333
type: string
3434
docker:
35-
- image: cimg/python:3.12
35+
- image: cimg/python:3.14
3636
environment: TOXENV=<< parameters.jobname >>
3737
steps:
3838
- run: *no-backports
@@ -56,7 +56,7 @@ jobs:
5656
jobname:
5757
type: string
5858
docker:
59-
- image: cimg/python:3.12
59+
- image: cimg/python:3.14
6060
environment:
6161
TOXENV: << parameters.jobname >>
6262
GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa_6464b6a8248237ca368fd4690777d921
@@ -97,13 +97,13 @@ workflows:
9797
matrix:
9898
parameters:
9999
jobname:
100-
- "py312-figure"
100+
- "py314-figure"
101101
- deploy-reference-images:
102102
name: baseline-<< matrix.jobname >>
103103
matrix:
104104
parameters:
105105
jobname:
106-
- "py312-figure"
106+
- "py314-figure"
107107
requires:
108108
- << matrix.jobname >>
109109
filters:

sunkit_image/tests/figure_hashes_mpl_3100_ft_261_sunpy_700_astropy_710.json renamed to sunkit_image/tests/figure_hashes_mpl_3108_ft_261_sunpy_710_astropy_720.json

File renamed without changes.

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ deps =
4949
# Handle minimum dependencies via minimum_dependencies
5050
oldestdeps: minimum_dependencies
5151
# Figure tests need a tightly controlled environment
52-
figure-!devdeps: astropy==7.1.0
53-
figure-!devdeps: matplotlib==3.10.0
54-
figure-!devdeps: sunpy==7.0.0
52+
figure-!devdeps: astropy==7.2.0
53+
figure-!devdeps: matplotlib==3.10.8
54+
figure-!devdeps: sunpy==7.1.0
5555
# The following indicates which extras_require will be installed
5656
extras =
5757
all

0 commit comments

Comments
 (0)