JoinMarket-Org/joinmarket-clientserver

Support Python minor version

Closed this issue · 2 comments

I have Python 3.12.2 installed and the build of the 0.9.11 complains about:

3.12.2 not in '<3.12,>=3.8'

It's not about minor versions, Python 3.12 and newer aren't currently supported, <3.12 is there with intent, see #1589.

Gotcha, I misunderstood it