Python 3.6 will stop receiving security updates after 2021-12:
https://www.python.org/dev/peps/pep-0494/#lifespan
We can remove it from our test matrix and our list of supported python versions in setup.py
We should replace it with Python 3.10 instead
Python 3.6 will stop receiving security updates after 2021-12:
https://www.python.org/dev/peps/pep-0494/#lifespan
We can remove it from our test matrix and our list of supported python versions in setup.py
We should replace it with Python 3.10 instead