ci: add python 3.12 to skip workflow · python-poetry/poetry@4844189 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 4844189

ci: add python 3.12 to skip workflow

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -28,6 +28,6 @@ jobs:
28 28 strategy:
29 29 matrix:
30 30 os: [Ubuntu, macOS, Windows]
31 -python-version: ["3.8", "3.9", "3.10", "3.11"]
31 +python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
32 32 steps:
33 33 - run: exit 0