1
1
[build-system ]
2
- requires = [" setuptools>=61 .0.0" ]
2
+ requires = [" setuptools>=70 .0.0" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -8,7 +8,7 @@ dynamic = ["version", "urls"]
8
8
description = " Naturally author ONNX functions and models using a subset of Python"
9
9
authors = [{
name =
" Microsoft Corporation" ,
email =
" [email protected] " }]
10
10
readme = " README.md"
11
- requires-python = " >=3.8 "
11
+ requires-python = " >=3.9 "
12
12
license = { file = " LICENSE" }
13
13
classifiers = [
14
14
" Development Status :: 4 - Beta" ,
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Operating System :: POSIX" ,
18
18
" Operating System :: MacOS :: MacOS X" ,
19
19
" Operating System :: Microsoft :: Windows" ,
20
- " Programming Language :: Python :: 3.8" ,
21
20
" Programming Language :: Python :: 3.9" ,
22
21
" Programming Language :: Python :: 3.10" ,
23
22
" Programming Language :: Python :: 3.11" ,
@@ -108,18 +107,6 @@ warn_no_return = true
108
107
warn_unused_configs = true
109
108
warn_unused_ignores = false
110
109
111
- [tool .black ]
112
- target-version = [" py39" , " py310" , " py311" ]
113
- # Black's extend-exclude needs to be a regex string
114
- extend-exclude = " /tests/models|/tests/onnx_backend_test_code"
115
- line-length = 95
116
-
117
- [tool .isort ]
118
- profile = " black"
119
- extend_skip_glob = [
120
- " tests/onnx_backend_test_code/*.py" ,
121
- ]
122
-
123
110
[tool .pylint .messages_control ]
124
111
# NOTE: This list is for vscode. Add new disables in pyproject_pylint.toml for lintrunner
125
112
# Exclude patterns should be modified in .lintrunner.toml
0 commit comments