warner / python-spake2

pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm
Other
78 stars 15 forks source link

Fix python 3.12 #17

Closed meejah closed 3 months ago

meejah commented 3 months ago

Basically just https://github.com/warner/python-spake2/pull/16 but with newest stuff, and another take on the CI.

aquacash5 commented 3 months ago

It seems that the issue with ConfigParser is in versioneer. Could we update to the latest version of versioneer, instead of patching the old version?

I'm not familiar with versioneer and when I tried updating it, I couldn't get the package to work.

meejah commented 3 months ago

Yeah, that likely makes more sense .. was just trying to get CI to run on the "existing" PR.

meejah commented 3 months ago

(Although I probably have to switch to a branch-in-warner/python-spake2 to get the GHA things to run I think?)

meejah commented 3 months ago

Replaced by #18