docs: drop support for Python 3.8

This commit is contained in:
TomJGooding
2025-09-16 23:49:05 +01:00
parent e053bee034
commit e15e05df5a

View File

@@ -3,7 +3,7 @@ All you need to get started building Textual apps.
## Requirements
Textual requires Python 3.8 or later (if you have a choice, pick the most recent Python). Textual runs on Linux, macOS, Windows and probably any OS where Python also runs.
Textual requires Python 3.9 or later (if you have a choice, pick the most recent Python). Textual runs on Linux, macOS, Windows and probably any OS where Python also runs.
!!! info "Your platform"