Commit 9fc9a774 by Bjorn Neergaard Committed by Arun Babu Neelicattu

ci: drop testing of HEAD / 3.11 for now

For now we're thinking this generates too much noise -- we'll add it
back as we approach 3.11 RCs
parent 46a3aa8a
...@@ -24,20 +24,6 @@ jobs: ...@@ -24,20 +24,6 @@ jobs:
matrix: matrix:
os: [Ubuntu, MacOS, Windows] os: [Ubuntu, MacOS, Windows]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
experimental: [false]
bootstrap-args: [""]
suffix: [""]
include:
- os: Ubuntu
python-version: "3.10"
experimental: true
bootstrap-args: "--git https://github.com/python-poetry/poetry.git"
suffix: (HEAD)
- os: Ubuntu
python-version: "3.11-dev"
experimental: true
bootstrap-args: "--git https://github.com/python-poetry/poetry.git"
suffix: (HEAD)
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment