aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.7k stars 581 forks source link

Support Python 3.9 #393

Closed hugovk closed 3 years ago

hugovk commented 3 years ago

Repo: https://github.com/aquasecurity/kube-hunter

Python 3.9 was released this month (2020-10-05):

I recommend supporting this version too, in addition to 3.6-3.8.

A Trove classifier would need adding to declare support on PyPI.

It's important to test supported versions, as removed deprecations can otherwise cause surprises, and so it needs adding to the CI too.