@@ -8,7 +8,6 @@ classifiers = [
88 ' License :: Free for non-commercial use' ,
99 ' Natural Language :: English' ,
1010 ' Programming Language :: Python :: 3' ,
11- ' Programming Language :: Python :: 3.8' ,
1211 ' Programming Language :: Python :: 3.9' ,
1312 ' Programming Language :: Python :: 3.10' ,
1413 ' Programming Language :: Python :: 3.11' ,
@@ -19,7 +18,7 @@ classifiers = [
1918keywords = [' machine learning' , ' synthetic data generation' , ' benchmark' , ' generative models' ]
2019dynamic = [' version' ]
2120license = { text = ' BSL-1.1' }
22- requires-python = ' >=3.8 ,<3.14'
21+ requires-python = ' >=3.9 ,<3.14'
2322readme = ' README.md'
2423dependencies = [
2524 " numpy>=1.21.0;python_version<'3.10'" ,
@@ -144,7 +143,7 @@ collect_ignore = ['pyproject.toml']
144143exclude_lines = [' NotImplementedError()' ]
145144
146145[tool .bumpversion ]
147- current_version = " 1.18.2 "
146+ current_version = " 1.19.0.dev0 "
148147parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
149148serialize = [
150149 ' {major}.{minor}.{patch}.{release}{candidate}' ,
0 commit comments