Skip to content

Commit c978eae

Browse files
committed
Remove py38 reference
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
1 parent 00a2dba commit c978eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[tool.black]
1111
line-length = 120
12-
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
12+
target-version = ['py39', 'py310', 'py311', 'py312']
1313
include = '\.pyi?$'
1414
exclude = '''
1515
(

0 commit comments

Comments
 (0)