mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 21:50:58 -05:00
Change -dev to full Python 3.11 version (#77)
As in the title, this PR removes the -dev part from Python 3.11 version in CI.
This commit is contained in:
parent
6362d37d57
commit
c776287cbd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [Ubuntu, macOS, Windows]
|
os: [Ubuntu, macOS, Windows]
|
||||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
|
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
args:
|
args:
|
||||||
- ""
|
- ""
|
||||||
- "--preview"
|
- "--preview"
|
||||||
|
|
Loading…
Reference in a new issue