Skip to content

Commit 24c98ec

Browse files
authoredOct 6, 2021
Merge pull request #1825 from mkniewallner/ci-py310
Run tests against Python 3.10
2 parents 80c213b + 616f710 commit 24c98ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎.github/workflows/test.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.2"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1212
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]
1313

1414
steps:
@@ -53,11 +53,6 @@ jobs:
5353
python -m pip install --upgrade pip
5454
python -m pip install --upgrade poetry
5555
56-
# New poetry installer doesn't work well with Python 3.10 (see https://github.com/python-poetry/poetry/issues/4210).
57-
- name: Use legacy poetry installer
58-
if: startsWith(matrix.python-version, '3.10')
59-
run: poetry config experimental.new-installer false
60-
6156
- name: Install dependencies
6257
run: poetry install
6358

0 commit comments

Comments
 (0)
Please sign in to comment.