Support Python 3.14 in package metadata (#4113)

This commit is contained in:
Daniel Han 2026-02-25 07:17:16 -08:00 committed by GitHub
commit 9b51b14b2b

View file

@ -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 = [