Skip to content

Commit b077cf2

Browse files
committedSep 28, 2024·
Corrected Python 3.13 version
1 parent 5780c75 commit b077cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
continue-on-error: true
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.13.0rc2] # pypy-3.9
12+
python-version: [3.8, 3.13.0-rc.2] # pypy-3.9
1313
rf-version: [6.1.1, 7.1]
1414
selenium-version: [4.23.1, 4.24.0, 4.25.0]
1515
browser: [firefox, chrome, headlesschrome] #edge

0 commit comments

Comments
 (0)
Please sign in to comment.