Skip to content

Commit c776287

Browse files
authored
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.
1 parent 6362d37 commit c776287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [Ubuntu, macOS, Windows]
28-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
28+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2929
args:
3030
- ""
3131
- "--preview"

0 commit comments

Comments
 (0)