We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242809b commit 89c3e0cCopy full SHA for 89c3e0c
1 file changed
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
continue-on-error: true
10
strategy:
11
matrix:
12
- python-version: [3.9.23, 3.13.10, 3.14.1] # pypy-3.9
+ python-version: [3.13.10, 3.14.1] # 3.9.23, pypy-3.9
13
# python-version: [{earliest: 3.9}, {latest: 3.13.0}] # pypy-3.9
14
rf-version: [6.1.1, 7.3.2, 7.4.1]
15
selenium-version: [4.34.2, 4.35.0, 4.36.0, 4.37.0, 4.38.0, 4.39.0]
0 commit comments