25
25
strategy :
26
26
matrix :
27
27
os : [ubuntu-latest]
28
- python-version : ["3.11 "]
28
+ python-version : ["3.12 "]
29
29
runs-on : ${{ matrix.os }}
30
30
steps :
31
31
- uses : actions/checkout@v4
@@ -44,22 +44,22 @@ jobs:
44
44
fail-fast : false
45
45
matrix :
46
46
os : [ubuntu-latest]
47
- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 "]
47
+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
48
48
sphinx-version : [""]
49
49
include :
50
50
# macos test
51
51
- os : macos-latest
52
- python-version : " 3.11 "
52
+ python-version : " 3.12 "
53
53
# windows test
54
54
- os : windows-latest
55
- python-version : " 3.11 "
55
+ python-version : " 3.12 "
56
56
# old Sphinx test
57
57
- os : ubuntu-latest
58
- python-version : " 3.8 "
58
+ python-version : " 3.9 "
59
59
sphinx-version : " old"
60
60
# dev Sphinx test
61
61
- os : ubuntu-latest
62
- python-version : " 3.11 "
62
+ python-version : " 3.12 "
63
63
sphinx-version : " dev"
64
64
# needed to cache the browsers for the accessibility tests
65
65
env :
93
93
- name : Run tests
94
94
run : pytest -m "not a11y" --color=yes --cov --cov-report=xml
95
95
- name : Upload to Codecov
96
- if : matrix.python-version == '3.11 ' && matrix.os == 'ubuntu-latest'
96
+ if : matrix.python-version == '3.12 ' && matrix.os == 'ubuntu-latest'
97
97
uses : codecov/codecov-action@v3
98
98
with :
99
99
token : ${{ secrets.CODECOV_TOKEN }}
@@ -111,7 +111,7 @@ jobs:
111
111
${{ runner.os }}-pw-
112
112
113
113
- name : Run accessibility tests with playwright
114
- if : matrix.python-version == '3.11 ' && matrix.os == 'ubuntu-latest'
114
+ if : matrix.python-version == '3.12 ' && matrix.os == 'ubuntu-latest'
115
115
run : |
116
116
nox -s a11y
117
117
continue-on-error : true
@@ -123,14 +123,14 @@ jobs:
123
123
fail-fast : false
124
124
matrix :
125
125
os : [ubuntu-latest, macos-latest, windows-latest]
126
- python-version : ["3.11 "]
126
+ python-version : ["3.12 "]
127
127
sphinx-version : [""]
128
128
include :
129
129
- os : ubuntu-latest
130
- python-version : " 3.8 "
130
+ python-version : " 3.9 "
131
131
sphinx-version : " old"
132
132
- os : ubuntu-latest
133
- python-version : " 3.11 "
133
+ python-version : " 3.12 "
134
134
sphinx-version : " dev"
135
135
env :
136
136
SPHINX_VERSION : ${{ matrix.sphinx-version }}
@@ -162,7 +162,7 @@ jobs:
162
162
strategy :
163
163
matrix :
164
164
os : [ubuntu-latest]
165
- python-version : ["3.11 "]
165
+ python-version : ["3.12 "]
166
166
runs-on : ${{ matrix.os }}
167
167
steps :
168
168
- uses : actions/checkout@v4
@@ -205,7 +205,7 @@ jobs:
205
205
strategy :
206
206
matrix :
207
207
os : [ubuntu-latest]
208
- python-version : ["3.11 "]
208
+ python-version : ["3.12 "]
209
209
runs-on : ${{ matrix.os }}
210
210
steps :
211
211
- uses : actions/checkout@v4
0 commit comments