Skip to content

Commit

Permalink
chore: support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 9, 2024
1 parent d9cdfbb commit 8c0234c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9]
python-version: ['3.8', '3.9']
browser: [chromium, firefox, webkit]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -78,14 +78,13 @@ jobs:
python-version: '3.12'
browser: chromium
- os: windows-latest
# TODO: Change to actual version when it's released
python-version: '3.13.0-rc.2'
python-version: '3.13'
browser: chromium
- os: macos-latest
python-version: '3.13.0-rc.2'
python-version: '3.13'
browser: chromium
- os: ubuntu-latest
python-version: '3.13.0-rc.2'
python-version: '3.13'
browser: chromium
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def _download_and_extract_local_driver(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 8c0234c

Please sign in to comment.