diff --git a/pyproject.toml b/pyproject.toml index c1af89284..5abd16af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,3 +39,7 @@ exclude = """ # Omit settings such as `jobs`, `in_place` & `recursive` as they can cause editor utilities that auto-format on save # to fail if the STDIN/STDOUT is used for formatting (which isn't compatible with these options). + +[pipenv] +# Enable installation of pre-release versions in the CICD environment +allow_prereleases = true \ No newline at end of file