Skip to content

Commit 6f082a6

Browse files
committed
update toml classifier and requirements
1 parent 9e795d3 commit 6f082a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ classifiers = [
1313
'Programming Language :: Python :: 3.10',
1414
'Programming Language :: Python :: 3.11',
1515
'Programming Language :: Python :: 3.12',
16+
'Programming Language :: Python :: 3.13',
1617
'Topic :: Scientific/Engineering :: Artificial Intelligence',
1718
]
1819
keywords = ['machine learning', 'synthetic data generation', 'benchmark', 'generative models']
1920
dynamic = ['version']
2021
license = { text = 'BSL-1.1' }
21-
requires-python = '>=3.8,<3.13'
22+
requires-python = '>=3.8,<3.14'
2223
readme = 'README.md'
2324
dependencies = [
2425
"numpy>=1.21.0;python_version<'3.10'",

0 commit comments

Comments
 (0)