BrianMitchL / weatherBot

⛈ A Twitter bot for weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Python 3.3 support

BrianMitchL opened this issue · comments

Python 3.3 is at end-of-life (https://docs.python.org/devguide/index.html#branchstatus). Support should be dropped in the next major release.

Any new features from Python 3.4 should be implemented (for example, see #26).

Add a "Hacktoberfest" label to find a volunteer!

https://hacktoberfest.digitalocean.com/#resources

CI was removed for Python 3.3 in 6284236