Skip to content

Commit 51e416b

Browse files
authored
devops: use official (non RC) Python 3.11 version (#1612)
1 parent 8ecd961 commit 51e416b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
python-version: '3.10'
8585
browser: chromium
8686
- os: windows-latest
87-
python-version: '3.11.0-rc.1'
87+
python-version: '3.11'
8888
browser: chromium
8989
- os: macos-latest
90-
python-version: '3.11.0-rc.1'
90+
python-version: '3.11'
9191
browser: chromium
9292
- os: ubuntu-latest
93-
python-version: '3.11.0-rc.1'
93+
python-version: '3.11'
9494
browser: chromium
9595
runs-on: ${{ matrix.os }}
9696
steps:

0 commit comments

Comments
 (0)