Skip to content
Snippets Groups Projects

Introduce Python v3.11 support

Merged Moul requested to merge 442_py_v3.11 into main
4 files
+ 26
25
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
2
@@ -101,8 +101,8 @@ def revoke_now(ctx: click.Context) -> None:
@click.command(
"verify",
help="Verifies that a revocation document is correctly formatted and matches an existing identity.\n\
Optionnaly takes the document filename.",
help="Verifies that a revocation document is correctly formatted and matches an \
existing identity.\nOptionnaly takes the document filename.",
)
@click.argument(
"file",
Loading