7
7
8
8
[tool .black ]
9
9
line-length = 88
10
- target-version = [' py38 ' ]
10
+ target-version = [' py39 ' ]
11
11
include = ' \.pyi?$'
12
12
extend-exclude = '''
13
13
/(
@@ -34,7 +34,7 @@ build-backend = "hatchling.build"
34
34
name = " black"
35
35
description = " The uncompromising code formatter."
36
36
license = { text = " MIT" }
37
- requires-python = " >=3.8 "
37
+ requires-python = " >=3.9 "
38
38
authors = [
39
39
{
name =
" Łukasz Langa" ,
email =
" [email protected] " },
40
40
]
@@ -55,7 +55,6 @@ classifiers = [
55
55
" Operating System :: OS Independent" ,
56
56
" Programming Language :: Python" ,
57
57
" Programming Language :: Python :: 3 :: Only" ,
58
- " Programming Language :: Python :: 3.8" ,
59
58
" Programming Language :: Python :: 3.9" ,
60
59
" Programming Language :: Python :: 3.10" ,
61
60
" Programming Language :: Python :: 3.11" ,
@@ -152,7 +151,7 @@ options = { debug_level = "0" }
152
151
build-verbosity = 1
153
152
154
153
# So these are the environments we target:
155
- # - Python: CPython 3.8 + only
154
+ # - Python: CPython 3.9 + only
156
155
# - Architecture (64-bit only): amd64 / x86_64, universal2, and arm64
157
156
# - OS: Linux (no musl), Windows, and macOS
158
157
build = " cp3*"
@@ -232,7 +231,7 @@ branch = true
232
231
# Specify the target platform details in config, so your developers are
233
232
# free to run mypy on Windows, Linux, or macOS and get consistent
234
233
# results.
235
- python_version = " 3.8 "
234
+ python_version = " 3.9 "
236
235
mypy_path = " src"
237
236
strict = true
238
237
# Unreachable blocks have been an issue when compiling mypyc, let's try to avoid 'em in the first place.
0 commit comments