Skip to content

Commit c3e4c89

Browse files
committed
full python 3.11 version in CI
1 parent 2dd1a2f commit c3e4c89

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
max-parallel: 4
1919
matrix:
2020
os: [Ubuntu, MacOS, Windows]
21-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
21+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
2222

2323
defaults:
2424
run:
@@ -68,11 +68,6 @@ jobs:
6868
# Using `timeout` is a safeguard against the Poetry command hanging for some reason.
6969
timeout 10s poetry run pip --version || rm -rf .venv
7070
71-
# XXX: https://github.com/pypa/pip/issues/11352 causes random failures -- remove once fixed in a release.
72-
- name: Upgrade pip on 3.11 for macOS
73-
if: ${{ matrix.python-version == '3.11-dev' && matrix.os == 'macOS' }}
74-
run: poetry run pip install git+https://github.com/pypa/pip.git@fbb7f0b293f1d9289d8c76a556540325b9a172b2
75-
7671
- name: Install dependencies
7772
shell: bash
7873
run: poetry install

0 commit comments

Comments
 (0)