File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
fail-fast : false
48
48
matrix :
49
49
os : [ubuntu-latest, windows-latest, macos-latest]
50
- python-version : [3.8, 3.9]
50
+ python-version : [' 3.8', ' 3.9' ]
51
51
browser : [chromium, firefox, webkit]
52
52
include :
53
53
- os : ubuntu-latest
@@ -78,14 +78,13 @@ jobs:
78
78
python-version : ' 3.12'
79
79
browser : chromium
80
80
- os : windows-latest
81
- # TODO: Change to actual version when it's released
82
- python-version : ' 3.13.0-rc.2'
81
+ python-version : ' 3.13'
83
82
browser : chromium
84
83
- os : macos-latest
85
- python-version : ' 3.13.0-rc.2 '
84
+ python-version : ' 3.13'
86
85
browser : chromium
87
86
- os : ubuntu-latest
88
- python-version : ' 3.13.0-rc.2 '
87
+ python-version : ' 3.13'
89
88
browser : chromium
90
89
runs-on : ${{ matrix.os }}
91
90
steps :
Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ def _download_and_extract_local_driver(
233
233
"Programming Language :: Python :: 3.10" ,
234
234
"Programming Language :: Python :: 3.11" ,
235
235
"Programming Language :: Python :: 3.12" ,
236
+ "Programming Language :: Python :: 3.13" ,
236
237
"License :: OSI Approved :: Apache Software License" ,
237
238
"Operating System :: OS Independent" ,
238
239
],
You can’t perform that action at this time.
0 commit comments