Explorar el Código

Update python version for black (#6877)

This is making it consistent with other places we set a Python version:
- contribution_tools.md
- .python-version
- bench_runner.py
- build-setup-common/action.yml

Assisted-by: Google Antigravity with Gemini
Jon Ross-Perkins hace 1 mes
padre
commit
1e9708e2cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -4,5 +4,5 @@
 
 [tool.black]
 line-length = 80
-target-version = ['py36', 'py37', 'py38']
+target-version = ['py310']
 include = '\.pyi?$'