mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 21:50:58 -05:00
ci: remove 3.11 from unit test matrix
This commit is contained in:
parent
9cce603895
commit
652fa1efc0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/installer.yml
vendored
3
.github/workflows/installer.yml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
# using importlib to import hyphenated modules doesn't seem to work in Python 3.11 right now
|
||||||
|
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue