File tree Expand file tree Collapse file tree 5 files changed +709
-261
lines changed Expand file tree Collapse file tree 5 files changed +709
-261
lines changed Original file line number Diff line number Diff line change 82
82
os : ubuntu-latest
83
83
python-version : ' 3.10'
84
84
tox-env : gmpy2py310
85
+ - name : py3.11
86
+ os : ubuntu-latest
87
+ python-version : ' 3.11.0-alpha.3'
88
+ tox-env : py311
85
89
- name : pypy
86
90
os : ubuntu-latest
87
91
python-version : pypy-2.7
Original file line number Diff line number Diff line change 37
37
InvalidSharedSecretError ,
38
38
)
39
39
from .der import UnexpectedDER
40
+ from . import _version
40
41
41
42
# This code comes from http://github.com/tlsfuzzer/python-ecdsa
42
- from ._version import get_versions
43
-
44
- __version__ = get_versions ()["version" ]
45
- del get_versions
46
-
47
43
__all__ = [
48
44
"curves" ,
49
45
"der" ,
90
86
six .b ("" ),
91
87
]
92
88
del _hush_pyflakes
89
+
90
+ __version__ = _version .get_versions ()["version" ]
You can’t perform that action at this time.
0 commit comments