JoinMarket-Org / joinmarket-clientserver

Bitcoin CoinJoin implementation with incentive structure to convince people to take part
GNU General Public License v3.0
699 stars 173 forks source link

Support Python minor version #1680

Closed gus4rs closed 4 months ago

gus4rs commented 4 months ago

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'

kristapsk commented 4 months ago

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

gus4rs commented 4 months ago

Gotcha, I misunderstood it