8000 chore: support Python 3.13 (#2589) · microsoft/playwright-python@a71a0ce · GitHub
[go: up one dir, main page]

Skip to content

Commit a71a0ce

Browse files
authored
chore: support Python 3.13 (#2589)
1 parent 5f26616 commit a71a0ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)
0