Support Python 3.14 in package metadata (#4113)
This commit is contained in:
parent
3f9e03ff1b
commit
9b51b14b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ name = "unsloth"
|
|||
dynamic = ["version"]
|
||||
description = "2-5X faster training, reinforcement learning & finetuning"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9,<3.14"
|
||||
requires-python = ">=3.9,<3.15"
|
||||
license = "Apache-2.0"
|
||||
keywords = ["ai", "llm", "reinforcement learning", "machine learning", "artificial intelligence", "pytorch"]
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue