Commit 383ea52
authored
Drop Python 3.6 Support (linode#224)
## 📝 Description
The status of Python 3.6 is end of life, and may contains unfixed
security issues and other bugs.
https://devguide.python.org/versions/#unsupported-versions
Other cloud provider's tools such as AWS and Azure dropped Python 3.6
support.
https://github.com/boto/boto3/blob/e7cc8bfffa2d53379214f69959645745829b2ce3/setup.py#L40
https://github.com/Azure/azure-sdk-for-python/blob/f81be8cdf1a52fca51b4786af75492d500e4572d/sdk/compute/azure-mgmt-compute/setup.py#L78
I think it is the time for us to make an similar decision.1 parent d5c8543 commit 383ea52
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments