Skip to content

Commit 90dcf5a

Browse files
committed
Still need to include Python3.9 for doc build, as temp fix
Signed-off-by: M Q <[email protected]>
1 parent f2408e9 commit 90dcf5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[tool.black]
1010
line-length = 120
11-
target-version = ['py310', 'py311', 'py312', 'py313']
11+
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
1212
include = '\.pyi?$'
1313
exclude = '''
1414
(

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project_urls =
1616
Source Code=https://github.com/Project-MONAI/monai-deploy-app-sdk
1717

1818
[options]
19-
python_requires = >=3.10, <3.14
19+
python_requires = >=3.9, <3.14
2020
# for compiling and develop setup only
2121
# no need to specify the versions so that we could
2222
# compile for multiple targeted versions.

0 commit comments

Comments
 (0)