From da58b4d9eb17eb589e8bf12c693b6c5fb82cbdb8 Mon Sep 17 00:00:00 2001 From: its-me-meax Date: Sat, 28 Feb 2026 15:08:41 +0530 Subject: [PATCH 1/2] Add Python 3.14 classifier to mujoco and mujoco-mjx --- mjx/pyproject.toml | 1 + python/pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/mjx/pyproject.toml b/mjx/pyproject.toml index 4ee26dd503..f3c61f83a5 100644 --- a/mjx/pyproject.toml +++ b/mjx/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering", ] requires-python = ">=3.10" diff --git a/python/pyproject.toml b/python/pyproject.toml index f3f10bb7a0..5a702162a6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering", ] dependencies = [ From 393eead489db23771322ab6b9b1942789725e689 Mon Sep 17 00:00:00 2001 From: its-me-meax Date: Sat, 28 Feb 2026 21:31:41 +0530 Subject: [PATCH 2/2] Trigger CLA recheck