peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop python 2 support

pgajdos opened this issue · comments

Please consider to drop mock from requirements.

E. g.
https://build.opensuse.org/package/view_file/home:pgajdos:python/python-asciimatics/python-asciimatics-no-mock.patch
or wrap with ImportException and fallback to old in case you want to support old pythons.

Yeah - it's about time I dropped python 2... should result in various tweaks to the code that make it a little cleaner.

I'll publish the current version on master and then remove python 2 on the next release.

To be clear... removing mock would be one of those changes!

It's official... v1.14 is now released. I shall be dropping python 2 and generally tidyng up the code in master for te next release.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Ok... Just to keep the bot happy, I'll mark this as an enhancement.