17
17
strategy :
18
18
matrix :
19
19
# "3.10" must be a string; otherwise it is interpreted as 3.1.
20
- python-version : ["3.12 ", "3.11 ", "3.10 ", "3.9 ", "3.8 "]
20
+ python-version : ["3.13 ", "3.12 ", "3.11 ", "3.10 ", "3.9 "]
21
21
os : [ubuntu-latest, windows-latest, macOS-latest]
22
22
exclude :
23
23
- python-version : ${{ github.event.pull_request.draft && '3.11' }}
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
strategy :
110
110
matrix :
111
- python-version : ["3.12 ", "3.11 ", "3.10 ", "3.9 ", "3.8 "]
111
+ python-version : ["3.13 ", "3.12 ", "3.11 ", "3.10 ", "3.9 "]
112
112
browser : ["chromium", "firefox", "webkit"]
113
113
exclude :
114
114
- python-version : ${{ github.event.pull_request.draft && '3.11' }}
@@ -118,8 +118,6 @@ jobs:
118
118
- browser : ${{ github.event.pull_request.draft && 'webkit' }}
119
119
# There are many unexplained tests that fail on webkit w/ python 3.8, 3.9
120
120
# Given the more recent versions of python work, we will exclude this combination
121
- - browser : " webkit"
122
- python-version : " 3.8"
123
121
- browser : " webkit"
124
122
python-version : " 3.9"
125
123
fail-fast : false
@@ -158,7 +156,7 @@ jobs:
158
156
runs-on : ubuntu-20.04
159
157
strategy :
160
158
matrix :
161
- python-version : ["3.12 ", "3.11 ", "3.10 ", "3.9 ", "3.8 "]
159
+ python-version : ["3.13 ", "3.12 ", "3.11 ", "3.10 ", "3.9 "]
162
160
browser : ["chromium", "firefox", "webkit"]
163
161
exclude :
164
162
- python-version : ${{ github.event.pull_request.draft && '3.11' }}
0 commit comments