Closed keszybz closed 2 years ago
it would be nice to have this in a release
And it seems to work well
Is DEAP project alive ?
Just installed this and it solved the problems I was experiencing. Hope this gets merged soon. Kudos for the splendid work!
@julian @fmder @cmd-ntrf perhaps it's time to merge this.
@anilbey @stonebig @keszybz
Reviving this, 22/29 completed.
Python3.11 dropped support for 2to3, so its use in setup.py creates problems during installation. This patchset rewrites the code (using 2to3 as the base) to python3 and does some minor cleanups on the way.
All warnings are eliminated.