Skip to content
Snippets Groups Projects

Add support for Python v3.11

Merged Moul requested to merge 194_py_v3.11 into main
3 files
+ 14
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
2
@@ -17,8 +17,7 @@ import base64
@@ -17,8 +17,7 @@ import base64
import hashlib
import hashlib
import logging
import logging
import re
import re
from typing import Any, Dict, Optional, Type, TypeVar
from typing import Any, Dict, Optional, Pattern, Type, TypeVar
from typing.re import Pattern
from ..constants import SIGNATURE_REGEX
from ..constants import SIGNATURE_REGEX
from ..key import SigningKey, VerifyingKey
from ..key import SigningKey, VerifyingKey
Loading