27 lines
1.4 KiB
Markdown
Raw Normal View History

# Version Compablity
2025-02-20 00:01:42 +03:00
## Status of Python versions
https://devguide.python.org/versions/
| Python | OpenSSL | Comments | Status |
| ------------- | ------------- | ----------------- | --------- |
| 2.6 | Not ready | No pip installed | End Of Life |
| 2.7 | Not ready | | End Of Life |
| 3.0 | Not ready | No pip installed | End Of Life |
| 3.1 | Not ready | No pip installed | End Of Life |
| 3.2 | 1.0.2u | | End Of Life |
| 3.3 | 1.0.2u | | End Of Life |
| 3.4 | 1.0.2u | | End Of Life |
| 3.5 | 1.1.1.1w | | End Of Life |
| 3.6 | 1.1.1.1w | | End Of Life |
| 3.7 | 1.1.1.1w | | End Of Life |
| 3.8 | 1.1.1.1w | | End Of Life |
| 3.9 | 1.1.1.1w | | security, 2025-10 |
| 3.10 | 3.4.x | | security, 2026-10 |
| 3.11 | 3.4.x | | security, 2029-10 |
| 3.12 | 3.4.x | | bugfix, 2028-10 |
| 3.13 | 3.4.x | | bugfix, 2029-10 |
Only supported versions will be automaticly updated at CI.