@@ -17,14 +17,13 @@ name = "xrfeitoria"
1717authors = [{ name = " OpenXRLab" , email = " openxrlab@pjlab.org.cn" }]
1818description = " OpenXRLab Synthetic Data Rendering Toolbox"
1919readme = " README.md"
20- requires-python = " >=3.8 , <3.11"
20+ requires-python = " >=3.9 , <3.11"
2121license = { text = ' Apache License 2.0' }
2222classifiers = [
2323 " Operating System :: Microsoft :: Windows" ,
2424 " Operating System :: Unix" ,
2525 " Operating System :: MacOS" ,
2626 " Operating System :: POSIX :: Linux" ,
27- " Programming Language :: Python :: 3.8" ,
2827 " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 ' License :: OSI Approved :: Apache Software License' ,
@@ -81,7 +80,7 @@ xf-smplx = "xrfeitoria.cmd.blender.vis_smplx:app"
8180
8281[tool .black ]
8382line-length = 120
84- target-version = [' py38 ' , ' py39' , ' py310' ]
83+ target-version = [' py39' , ' py310' ]
8584include = ' \.pyi?$'
8685skip-string-normalization = true
8786
@@ -93,8 +92,8 @@ line-length = 120
9392# - `F841` (unused variables)
9493fix = true
9594unfixable = [" F401" , " F841" ]
96- # Assume the minimum version is Python 3.8
97- target-version = ' py38 '
95+ # Assume the minimum version is Python 3.9
96+ target-version = ' py39 '
9897
9998
10099[tool .isort ]
0 commit comments