mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
Upgrade remainding python to 3.11 removing 3.7 (#15321)
### Description Upgrade remainding python to 3.11 removing 3.7 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
6e1e808ec8
commit
2e52de265a
2 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ reportMissingImports = false
|
|||
|
||||
[tool.ruff]
|
||||
# NOTE: Do not create an exclude list. Edit .lintrunner.toml instead
|
||||
target-version = "py37"
|
||||
target-version = "py38"
|
||||
select = [
|
||||
"E", # pycodestyle
|
||||
"F", # Pyflakes
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ jobs:
|
|||
PythonVersion: '3.9'
|
||||
Python310:
|
||||
PythonVersion: '3.10'
|
||||
Python311:
|
||||
PythonVersion: '3.11'
|
||||
steps:
|
||||
- checkout: none
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue