Explorar o código

15676 update python versions in pyproject.toml (#15687)

* 15676 update python versions in pyproject.toml

* 15676 update formatting
Arthur Hanson %!s(int64=2) %!d(string=hai) anos
pai
achega
89dd423080
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -3,7 +3,7 @@
 
 [tool.black]
 line-length = 120
-target_version = ['py38', 'py39', 'py310']
+target_version = ['py310', 'py311', 'py312']
 skip-string-normalization = true
 
 [tool.isort]