-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unbound upper python version (#10)
* fix: unbound upper python version * run workflows on 3.13 * rollback to 3.10
- Loading branch information
Showing
2 changed files
with
514 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [ | ||
|
@@ -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", | ||
|
Oops, something went wrong.