@@ -10,11 +10,11 @@ surfaces = ["py.typed"]
1010
1111[project ]
1212name = " surfaces"
13- version = " 0.5.1 "
13+ version = " 0.6.0 "
1414description = " A collection and visualization of black-box objective functions"
1515readme = " README.md"
16- requires-python = " >=3.8 "
17- license = { file = " LICENSE " }
16+ requires-python = " >=3.10 "
17+ license = " MIT "
1818keywords = [" visualization" , " data-science" ]
1919authors = [
2020 {name = " Simon Blanke" , email = " simon.blanke@yahoo.com" }
@@ -24,8 +24,11 @@ maintainers = [
2424]
2525classifiers =[
2626 " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.8" ,
28- " License :: OSI Approved :: MIT License" ,
27+ " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
30+ " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
2932 " Operating System :: OS Independent" ,
3033 " Topic :: Scientific/Engineering :: Information Analysis" ,
3134 " Topic :: Scientific/Engineering :: Mathematics" ,
0 commit comments