Skip to content

Commit 76345a8

Browse files
committed
support 3.10
1 parent ea0fa56 commit 76345a8

File tree

2 files changed

+428
-5
lines changed

2 files changed

+428
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "data-designer"
33
version = "0.0.1"
44
description = "General framework for synthetic data generation"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.10"
77

88
classifiers = [
99
"Development Status :: 4 - Beta",
@@ -13,7 +13,10 @@ classifiers = [
1313
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
1414
"Topic :: Software Development",
1515
"License :: Other/Proprietary License",
16+
"Programming Language :: Python :: 3.10",
1617
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1720
]
1821

1922
dependencies = [

0 commit comments

Comments
 (0)