@@ -12,7 +12,7 @@ authors = [
1212]
1313readme = {file = " README.rst" , content-type = " text/x-rst" }
1414description = " Offshore Renewables Balance of system and Installation Tool"
15- requires-python = " >= 3.9, <3.14"
15+ requires-python = " >3.9, <3.14"
1616license = {file = " LICENSE" }
1717dependencies = [
1818 " numpy" ,
@@ -42,7 +42,6 @@ classifiers = [
4242 " Operating System :: OS Independent" ,
4343 " Programming Language :: Python" ,
4444 " Programming Language :: Python :: 3 :: Only" ,
45- " Programming Language :: Python :: 3.9" ,
4645 " Programming Language :: Python :: 3.10" ,
4746 " Programming Language :: Python :: 3.11" ,
4847 " Programming Language :: Python :: 3.12" ,
@@ -82,7 +81,7 @@ version = {attr = "ORBIT.__version__"}
8281
8382[tool .black ]
8483line-length = 79
85- target-version = [' py39 ' ]
84+ target-version = [' py310 ' ]
8685include = ' \.pyi?$'
8786exclude = '''
8887/(
@@ -120,7 +119,7 @@ length_sort = "1"
120119
121120[tool .ruff ]
122121line-length = 79
123- target-version = " py39 "
122+ target-version = " py310 "
124123exclude = [
125124 " .git" ,
126125 " __pycache__" ,
0 commit comments