Skip to content

Commit 4a07b5e

Browse files
authored
Switch from -dev to released 3.11 version (#6882)
As in title, switching Python 3.11 in CI from beta to full release
1 parent 1af6e23 commit 4a07b5e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [Ubuntu, macOS, Windows]
31-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
31+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3232
include:
3333
- os: Ubuntu
3434
image: ubuntu-22.04
@@ -83,11 +83,6 @@ jobs:
8383
# Using `timeout` is a safeguard against the Poetry command hanging for some reason.
8484
timeout 10s poetry run pip --version || rm -rf .venv
8585
86-
# XXX: https://github.com/pypa/pip/issues/11352 causes random failures -- remove once fixed in a release.
87-
- name: Upgrade pip on Python 3.11
88-
if: ${{ matrix.python-version == '3.11-dev' }}
89-
run: poetry run pip install git+https://github.com/pypa/pip.git@f8a25921e5c443b07483017b0ffdeb08b9ba2fdf
90-
9186
- name: Install dependencies
9287
run: poetry install --with github-actions
9388

0 commit comments

Comments
 (0)