Kemono2 icon indicating copy to clipboard operation
Kemono2 copied to clipboard

Python 3.10 support

Open C0rn3j opened this issue 3 years ago • 3 comments

At minimum this is blocked by:

  • lxml==4.6.2, 4.6.5 or later would work.
  • psycopg2==2.8.6, would need a version bump to the latest 2.9.3
  • typed-ast==1.4.1, supposedly supports it but I got a build error, bumping to 1.5.2 works

C0rn3j avatar Mar 15 '22 23:03 C0rn3j

Yeah but what are the killer features of 3.10?

BassOfBass avatar Mar 15 '22 23:03 BassOfBass

Not having to install an extra Python version would be handy.

My distribution ships with 3.10 already.

C0rn3j avatar Mar 15 '22 23:03 C0rn3j

Juggling different python versions is the lifeblood of python development though. But no, it's not going to happen out of convenience, partly because my scuffed setup can't run python higher than 3.8. The lead dev isn't a big fan of dependency management either, especially if there are no bugs with the current versions.

BassOfBass avatar Mar 15 '22 23:03 BassOfBass