Python 3.12 fix

This commit is contained in:
Daniel Han 2025-03-05 12:58:24 -08:00
commit 737c50bafb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ name = "unsloth"
dynamic = ["version"]
description = "2-5X faster LLM finetuning"
readme = "README.md"
requires-python = ">=3.9,<=3.12"
requires-python = ">=3.9,<3.13"
license = {file = "LICENSE"}
keywords = ["ai", "llm",]
authors = [

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2025.3.4"
__version__ = "2025.3.5"
__all__ = [
"SUPPORTS_BFLOAT16",