We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0fa56 commit 76345a8Copy full SHA for 76345a8
pyproject.toml
@@ -3,7 +3,7 @@ name = "data-designer"
3
version = "0.0.1"
4
description = "General framework for synthetic data generation"
5
readme = "README.md"
6
-requires-python = ">=3.11"
+requires-python = ">=3.10"
7
8
classifiers = [
9
"Development Status :: 4 - Beta",
@@ -13,7 +13,10 @@ classifiers = [
13
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
14
"Topic :: Software Development",
15
"License :: Other/Proprietary License",
16
+ "Programming Language :: Python :: 3.10",
17
"Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
]
21
22
dependencies = [
0 commit comments