Add a diagnostic to detect invalid Python versions (#630)

Related to: https://github.com/astral-sh/puffin/issues/410.
This commit is contained in:
Charlie Marsh 2023-12-12 22:45:02 -05:00 committed by GitHub
parent a24eb57e93
commit edd741bf13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 4 deletions

View file

@ -384,7 +384,7 @@ fn allow_incompatibilities() -> Result<()> {
Installed 1 package in [TIME]
- jinja2==3.1.2
+ jinja2==2.11.3
warning: The package `flask` requires `jinja2 >=3.1.2` but `2.11.3` is installed.
warning: The package `flask` requires `jinja2 >=3.1.2`, but `2.11.3` is installed.
"###);
});