poppyred / python-consul2

Python client for the Consul HTTP API ,Continue develop on cablehead/python-consul
https://python-consul2.readthedocs.io/
MIT License
130 stars 28 forks source link

Drop support for Python<3.6 #22

Open thedrow opened 3 years ago

thedrow commented 3 years ago

Python 2.7 and Python 3.5 has already reached their end of life. Python 3.6 is nearing its own end of life and is currently only receiving security patches.

Dropping support would make maintaining the library easier.

poppyred commented 3 years ago

@thedrow This is a good idea. The next release will remove the 3.5 support