We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361388b commit e4622c7Copy full SHA for e4622c7
2 files changed
.pre-commit-config.yaml
@@ -3,5 +3,5 @@ repos:
3
rev: 23.3.0
4
hooks:
5
- id: black
6
- language_version: python3.7
+ language_version: python3.8
7
pyproject.toml
@@ -14,7 +14,6 @@ classifiers = [
14
"Operating System :: Microsoft :: Windows :: Windows 11",
15
"Operating System :: MacOS",
16
"Operating System :: POSIX :: Linux",
17
- "Programming Language :: Python :: 3.7",
18
"Programming Language :: Python :: 3.8",
19
"Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
@@ -27,7 +26,7 @@ include = [
27
26
]
28
29
[tool.poetry.dependencies]
30
-python = "^3.7"
+python = "^3.8"
31
textual = ">=0.36.0"
32
aiohttp = ">=3.8.1"
33
click = ">=8.1.2"
0 commit comments