Skip to content

Commit e4622c7

Browse files
committed
Drop Python 3.7 as a supported Python for textual-dev
We dropped it a wee while back for Textual, let's do that here now too.
1 parent 361388b commit e4622c7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ repos:
33
rev: 23.3.0
44
hooks:
55
- id: black
6-
language_version: python3.7
6+
language_version: python3.8
77

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Operating System :: Microsoft :: Windows :: Windows 11",
1515
"Operating System :: MacOS",
1616
"Operating System :: POSIX :: Linux",
17-
"Programming Language :: Python :: 3.7",
1817
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
@@ -27,7 +26,7 @@ include = [
2726
]
2827

2928
[tool.poetry.dependencies]
30-
python = "^3.7"
29+
python = "^3.8"
3130
textual = ">=0.36.0"
3231
aiohttp = ">=3.8.1"
3332
click = ">=8.1.2"

0 commit comments

Comments
 (0)