Skip to content

Commit

Permalink
fix: unbound upper python version (#10)
Browse files Browse the repository at this point in the history
* fix: unbound upper python version

* run workflows on 3.13

* rollback to 3.10
  • Loading branch information
michdr authored Jan 27, 2025
1 parent 1e75c06 commit 21583cd
Show file tree
Hide file tree
Showing 2 changed files with 514 additions and 104 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mostlyai-engine"
version = "1.0.1"
description = "Synthetic Data - Engine"
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
readme = "README.md"
license = "Apache-2.0"
classifiers = [
Expand All @@ -14,6 +14,10 @@ classifiers = [
"Intended Audience :: Financial and Insurance Industry",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Telecommunications Industry",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
Expand Down
Loading

0 comments on commit 21583cd

Please sign in to comment.