@@ -25,30 +25,30 @@ jobs:
25
25
fail-fast : false
26
26
matrix :
27
27
include :
28
- - { name: linux-python3.9-minimum , test-tox-env: pytest-py39-minimum , python-ver: "3.9" , os: ubuntu-latest }
28
+ - { name: linux-python3.8-minimum , test-tox-env: pytest-py38-minimum , python-ver: "3.8" , os: ubuntu-latest }
29
+ - { name: linux-python3.9 , test-tox-env: pytest-py39-pinned , python-ver: "3.9" , os: ubuntu-latest }
29
30
- { name: linux-python3.10 , test-tox-env: pytest-py310-pinned , python-ver: "3.10", os: ubuntu-latest }
30
31
- { name: linux-python3.11 , test-tox-env: pytest-py311-pinned , python-ver: "3.11", os: ubuntu-latest }
31
32
- { name: linux-python3.11-optional , test-tox-env: pytest-py311-optional-pinned , python-ver: "3.11", os: ubuntu-latest }
32
33
- { name: linux-python3.12 , test-tox-env: pytest-py312-pinned , python-ver: "3.12", os: ubuntu-latest }
33
- - { name: linux-python3.13 , test-tox-env: pytest-py313-pinned , python-ver: "3.13 ", os: ubuntu-latest }
34
- - { name: linux-python3.13-upgraded , test-tox-env: pytest-py313-upgraded , python-ver: "3.13 ", os: ubuntu-latest }
35
- - { name: linux -python3.13-prerelease , test-tox-env: pytest-py313-prerelease , python-ver: "3.13" , os: ubuntu -latest }
36
- - { name: windows-python3.9-minimum , test-tox-env: pytest-py39-minimum , python-ver: "3.9" , os: windows-latest }
34
+ - { name: linux-python3.12-upgraded , test-tox-env: pytest-py312-upgraded , python-ver: "3.12 ", os: ubuntu-latest }
35
+ - { name: linux-python3.12-prerelease , test-tox-env: pytest-py312-prerelease , python-ver: "3.12 ", os: ubuntu-latest }
36
+ - { name: windows -python3.8-minimum , test-tox-env: pytest-py38-minimum , python-ver: "3.8" , os: windows -latest }
37
+ - { name: windows-python3.9 , test-tox-env: pytest-py39-pinned , python-ver: "3.9" , os: windows-latest }
37
38
- { name: windows-python3.10 , test-tox-env: pytest-py310-pinned , python-ver: "3.10", os: windows-latest }
38
39
- { name: windows-python3.11 , test-tox-env: pytest-py311-pinned , python-ver: "3.11", os: windows-latest }
39
40
- { name: windows-python3.11-optional , test-tox-env: pytest-py311-optional-pinned , python-ver: "3.11", os: windows-latest }
40
41
- { name: windows-python3.12 , test-tox-env: pytest-py312-pinned , python-ver: "3.12", os: windows-latest }
41
- - { name: windows-python3.13 , test-tox-env: pytest-py313-pinned , python-ver: "3.13 ", os: windows-latest }
42
- - { name: windows-python3.13-upgraded , test-tox-env: pytest-py313-upgraded , python-ver: "3.13 ", os: windows-latest }
43
- - { name: windows -python3.13-prerelease , test-tox-env: pytest-py313-prerelease , python-ver: "3.13" , os: windows-latest }
44
- - { name: macos-python3.9-minimum , test-tox-env: pytest-py39-minimum , python-ver: "3.9" , os: macos-13 }
42
+ - { name: windows-python3.12-upgraded , test-tox-env: pytest-py312-upgraded , python-ver: "3.12 ", os: windows-latest }
43
+ - { name: windows-python3.12-prerelease , test-tox-env: pytest-py312-prerelease , python-ver: "3.12 ", os: windows-latest }
44
+ - { name: macos -python3.8-minimum , test-tox-env: pytest-py38-minimum , python-ver: "3.8" , os: macos-13 }
45
+ - { name: macos-python3.9 , test-tox-env: pytest-py39-pinned , python-ver: "3.9" , os: macos-13 }
45
46
- { name: macos-python3.10 , test-tox-env: pytest-py310-pinned , python-ver: "3.10", os: macos-latest }
46
47
- { name: macos-python3.11 , test-tox-env: pytest-py311-pinned , python-ver: "3.11", os: macos-latest }
47
48
- { name: macos-python3.11-optional , test-tox-env: pytest-py311-optional-pinned , python-ver: "3.11", os: macos-latest }
48
49
- { name: macos-python3.12 , test-tox-env: pytest-py312-pinned , python-ver: "3.12", os: macos-latest }
49
- - { name: macos-python3.13 , test-tox-env: pytest-py313-pinned , python-ver: "3.13", os: macos-latest }
50
- - { name: macos-python3.13-upgraded , test-tox-env: pytest-py313-upgraded , python-ver: "3.13", os: macos-latest }
51
- - { name: macos-python3.13-prerelease , test-tox-env: pytest-py313-prerelease , python-ver: "3.13", os: macos-latest }
50
+ - { name: macos-python3.12-upgraded , test-tox-env: pytest-py312-upgraded , python-ver: "3.12", os: macos-latest }
51
+ - { name: macos-python3.12-prerelease , test-tox-env: pytest-py312-prerelease , python-ver: "3.12", os: macos-latest }
52
52
steps :
53
53
- name : Checkout repo with submodules
54
54
uses : actions/checkout@v4
@@ -97,18 +97,18 @@ jobs:
97
97
fail-fast : false
98
98
matrix :
99
99
include :
100
- - { name: linux-gallery-python3.9 -minimum , test-tox-env: gallery-py39 -minimum , python-ver: "3.9 " , os: ubuntu-latest }
100
+ - { name: linux-gallery-python3.8 -minimum , test-tox-env: gallery-py38 -minimum , python-ver: "3.8 " , os: ubuntu-latest }
101
101
- { name: linux-gallery-python3.11-optional , test-tox-env: gallery-py311-optional-pinned , python-ver: "3.11", os: ubuntu-latest }
102
- - { name: linux-gallery-python3.13 -upgraded , test-tox-env: gallery-py313 -upgraded , python-ver: "3.13 ", os: ubuntu-latest }
103
- - { name: linux-gallery-python3.13 -prerelease , test-tox-env: gallery-py313 -prerelease , python-ver: "3.13 ", os: ubuntu-latest }
104
- - { name: windows-gallery-python3.9 -minimum , test-tox-env: gallery-py39 -minimum , python-ver: "3.9 " , os: windows-latest }
102
+ - { name: linux-gallery-python3.12 -upgraded , test-tox-env: gallery-py312 -upgraded , python-ver: "3.12 ", os: ubuntu-latest }
103
+ - { name: linux-gallery-python3.12 -prerelease , test-tox-env: gallery-py312 -prerelease , python-ver: "3.12 ", os: ubuntu-latest }
104
+ - { name: windows-gallery-python3.8 -minimum , test-tox-env: gallery-py38 -minimum , python-ver: "3.8 " , os: windows-latest }
105
105
- { name: windows-gallery-python3.11-optional , test-tox-env: gallery-py311-optional-pinned , python-ver: "3.11", os: windows-latest }
106
- - { name: windows-gallery-python3.13 -upgraded , test-tox-env: gallery-py313 -upgraded , python-ver: "3.13 ", os: windows-latest }
107
- - { name: windows-gallery-python3.13 -prerelease, test-tox-env: gallery-py313 -prerelease , python-ver: "3.13 ", os: windows-latest }
108
- - { name: macos-gallery-python3.9 -minimum , test-tox-env: gallery-py39 -minimum , python-ver: "3.9 " , os: macos-13 }
106
+ - { name: windows-gallery-python3.12 -upgraded , test-tox-env: gallery-py312 -upgraded , python-ver: "3.12 ", os: windows-latest }
107
+ - { name: windows-gallery-python3.12 -prerelease, test-tox-env: gallery-py312 -prerelease , python-ver: "3.12 ", os: windows-latest }
108
+ - { name: macos-gallery-python3.8 -minimum , test-tox-env: gallery-py38 -minimum , python-ver: "3.8 " , os: macos-13 }
109
109
- { name: macos-gallery-python3.11-optional , test-tox-env: gallery-py311-optional-pinned , python-ver: "3.11", os: macos-latest }
110
- - { name: macos-gallery-python3.13 -upgraded , test-tox-env: gallery-py313 -upgraded , python-ver: "3.13 ", os: macos-latest }
111
- - { name: macos-gallery-python3.13 -prerelease , test-tox-env: gallery-py313 -prerelease , python-ver: "3.13 ", os: macos-latest }
110
+ - { name: macos-gallery-python3.12 -upgraded , test-tox-env: gallery-py312 -upgraded , python-ver: "3.12 ", os: macos-latest }
111
+ - { name: macos-gallery-python3.12 -prerelease , test-tox-env: gallery-py312 -prerelease , python-ver: "3.12 ", os: macos-latest }
112
112
steps :
113
113
- name : Checkout repo with submodules
114
114
uses : actions/checkout@v4
@@ -144,13 +144,14 @@ jobs:
144
144
fail-fast : false
145
145
matrix :
146
146
include :
147
- - { name: conda-linux-python3.9-minimum , test-tox-env: pytest-py39-minimum , python-ver: "3.9" , os: ubuntu-latest }
147
+ - { name: conda-linux-python3.8-minimum , test-tox-env: pytest-py38-minimum , python-ver: "3.8" , os: ubuntu-latest }
148
+ - { name: conda-linux-python3.9 , test-tox-env: pytest-py39-pinned , python-ver: "3.9" , os: ubuntu-latest }
148
149
- { name: conda-linux-python3.10 , test-tox-env: pytest-py310-pinned , python-ver: "3.10", os: ubuntu-latest }
149
150
- { name: conda-linux-python3.11 , test-tox-env: pytest-py311-pinned , python-ver: "3.11", os: ubuntu-latest }
150
151
- { name: conda-linux-python3.11-optional , test-tox-env: pytest-py311-optional-pinned , python-ver: "3.11", os: ubuntu-latest }
151
- - { name: conda-linux-python3.13 , test-tox-env: pytest-py313 -pinned , python-ver: "3.13 ", os: ubuntu-latest }
152
- - { name: conda-linux-python3.13 -upgraded , test-tox-env: pytest-py313 -upgraded , python-ver: "3.13 ", os: ubuntu-latest }
153
- - { name: conda-linux-python3.13 -prerelease , test-tox-env: pytest-py313 -prerelease , python-ver: "3.13 ", os: ubuntu-latest }
152
+ - { name: conda-linux-python3.12 , test-tox-env: pytest-py312 -pinned , python-ver: "3.12 ", os: ubuntu-latest }
153
+ - { name: conda-linux-python3.12 -upgraded , test-tox-env: pytest-py312 -upgraded , python-ver: "3.12 ", os: ubuntu-latest }
154
+ - { name: conda-linux-python3.12 -prerelease , test-tox-env: pytest-py312 -prerelease , python-ver: "3.12 ", os: ubuntu-latest }
154
155
steps :
155
156
- name : Checkout repo with submodules
156
157
uses : actions/checkout@v4
@@ -208,9 +209,9 @@ jobs:
208
209
fail-fast : false
209
210
matrix :
210
211
include :
211
- - { name: linux-python3.13 -ros3 , python-ver: "3.13 ", os: ubuntu-latest }
212
- - { name: windows-python3.13 -ros3 , python-ver: "3.13 ", os: windows-latest }
213
- - { name: macos-python3.13 -ros3 , python-ver: "3.13 ", os: macos-latest }
212
+ - { name: linux-python3.12 -ros3 , python-ver: "3.12 ", os: ubuntu-latest }
213
+ - { name: windows-python3.12 -ros3 , python-ver: "3.12 ", os: windows-latest }
214
+ - { name: macos-python3.12 -ros3 , python-ver: "3.12 ", os: macos-latest }
214
215
steps :
215
216
- name : Checkout repo with submodules
216
217
uses : actions/checkout@v4
0 commit comments