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 4747 fail-fast : false
4848 matrix :
4949 os : [ubuntu-latest, windows-latest, macos-latest]
50- python-version : [3.8, 3.9]
50+ python-version : [' 3.8', ' 3.9' ]
5151 browser : [chromium, firefox, webkit]
5252 include :
5353 - os : ubuntu-latest
@@ -78,14 +78,13 @@ jobs:
7878 python-version : ' 3.12'
7979 browser : chromium
8080 - 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'
8382 browser : chromium
8483 - os : macos-latest
85- python-version : ' 3.13.0-rc.2 '
84+ python-version : ' 3.13'
8685 browser : chromium
8786 - os : ubuntu-latest
88- python-version : ' 3.13.0-rc.2 '
87+ python-version : ' 3.13'
8988 browser : chromium
9089 runs-on : ${{ matrix.os }}
9190 steps :
Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ def _download_and_extract_local_driver(
233233 "Programming Language :: Python :: 3.10" ,
234234 "Programming Language :: Python :: 3.11" ,
235235 "Programming Language :: Python :: 3.12" ,
236+ "Programming Language :: Python :: 3.13" ,
236237 "License :: OSI Approved :: Apache Software License" ,
237238 "Operating System :: OS Independent" ,
238239 ],
You can’t perform that action at this time.
0 commit comments