@@ -6,15 +6,14 @@ build-backend = "setuptools.build_meta"
66name = " mo-gymnasium"
77description =" A standard API for MORL and a diverse set of reference environments."
88readme = " README.md"
9- requires-python = " >= 3.8 "
9+ requires-python = " >= 3.9 "
1010authors = [{ name = " Farama Foundation" , email = " contact@farama.org" }]
1111license = { text = " MIT License" }
1212keywords = [" Reinforcement Learning" , " Multi-Objective" , " RL" , " AI" , " Gymnasium" ]
1313classifiers = [
1414 " Development Status :: 4 - Beta" , # change to `5 - Production/Stable` when ready
1515 " License :: OSI Approved :: MIT License" ,
1616 " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.8" ,
1817 " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
@@ -80,7 +79,7 @@ mo_gymnasium = [
8079
8180[tool .black ]
8281line-length = 127
83- target-version = [' py38 ' , ' py39' , ' py310' , ' py311' , ' py312' ]
82+ target-version = [' py39' , ' py310' , ' py311' , ' py312' ]
8483include = ' \.pyi?$'
8584
8685[tool .isort ]
@@ -98,7 +97,7 @@ exclude = ["**/node_modules", "**/__pycache__"]
9897strict = []
9998
10099typeCheckingMode = " basic"
101- pythonVersion = " 3.8 "
100+ pythonVersion = " 3.9 "
102101pythonPlatform = " All"
103102typeshedPath = " typeshed"
104103enableTypeIgnoreComments = true
0 commit comments