paukstelis / Octoprint-Cancelobject

104 stars 11 forks source link

Python 3 compatibility #48

Closed AnnabellaRenee87 closed 4 years ago

AnnabellaRenee87 commented 4 years ago

Can python 3 compatibility be added?

paukstelis commented 4 years ago

It is python 3 compatible. I just need to look into setting the appropriate flags.

paukstelis commented 4 years ago

Actually, @gdombiak added this some time back, so it should be python 3 ready.

plugin_name = "Cancel Objects" plugin_pythoncompat = ">=2.7,<4"

paukstelis commented 4 years ago

Pull request issued to mark as compatible.

paukstelis commented 4 years ago

PR accepted. Closing.