We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db12e58 commit 473f925Copy full SHA for 473f925
.github/workflows/CI.yml
@@ -9,9 +9,9 @@ jobs:
9
continue-on-error: true
10
strategy:
11
matrix:
12
- python-version: [3.8, 3.12] # pypy-3.9
13
- rf-version: [6.1.1, 7.0.1]
14
- selenium-version: [4.21.0, 4.22.0, 4.23.1, 4.24.0]
+ python-version: [3.8, 3.13.0rc2] # pypy-3.9
+ rf-version: [6.1.1, 7.1]
+ selenium-version: [4.23.1, 4.24.0, 4.25.0]
15
browser: [firefox, chrome, headlesschrome] #edge
16
17
steps:
0 commit comments