Modified pyproject.toml section for black to not consider py37 but py312 instead. eric7

Fri, 21 Jul 2023 15:35:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 21 Jul 2023 15:35:23 +0200
branch
eric7
changeset 10123
63fa9f81fc29
parent 10122
f9b87800ecf2
child 10124
834c76d6ab4d

Modified pyproject.toml section for black to not consider py37 but py312 instead.

pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject.toml	Fri Jul 21 11:54:54 2023 +0200
+++ b/pyproject.toml	Fri Jul 21 15:35:23 2023 +0200
@@ -180,7 +180,7 @@
 ]
 
 [tool.black]
-target-version = ["py37", "py38", "py39", "py310", "py311"]
+target-version = ["py38", "py39", "py310", "py311", "py312"]
 line-length = 88
 extend-exclude = '''
 /(

eric ide

mercurial