File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,21 @@ jobs:
77
77
- os : ubuntu-latest
78
78
python-version : ' 3.12'
79
79
browser : chromium
80
+ - os : windows-latest
81
+ # TODO: Change to actual version when it's released
82
+ python-version : ' 3.13.0-rc.2'
83
+ browser : chromium
84
+ - os : macos-latest
85
+ python-version : ' 3.13.0-rc.2'
86
+ browser : chromium
87
+ - os : ubuntu-latest
88
+ python-version : ' 3.13.0-rc.2'
89
+ browser : chromium
80
90
runs-on : ${{ matrix.os }}
81
91
steps :
82
92
- uses : actions/checkout@v3
83
93
- name : Set up Python
84
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@v5
85
95
with :
86
96
python-version : ${{ matrix.python-version }}
87
97
- name : Install dependencies & browsers
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ requirements:
26
26
- setuptools_scm
27
27
run :
28
28
- python >=3.8
29
- - greenlet ==3.0.3
29
+ - greenlet ==3.1.0
30
30
- pyee ==12.0.0
31
31
32
32
test : # [build_platform == target_platform]
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ def _download_and_extract_local_driver(
218
218
],
219
219
include_package_data = True ,
220
220
install_requires = [
221
- "greenlet==3.0.3 " ,
221
+ "greenlet==3.1.0 " ,
222
222
"pyee==12.0.0" ,
223
223
],
224
224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
You can’t perform that action at this time.
0 commit comments