1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-07-17 01:39:18 -04: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:
Bartosz Sokorski 2022-10-31 01:05:34 +01:00 committed by GitHub
parent 6362d37d57
commit c776287cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
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:
- ""
- "--preview"