From e8ebc994d2ad9f1625faa500cb0079c53e33e965 Mon Sep 17 00:00:00 2001 From: Michael Moss Date: Thu, 23 Apr 2026 01:27:01 -0700 Subject: [PATCH] Add 3.14 to the supported Python versions. PiperOrigin-RevId: 904301647 Change-Id: I30a75bec09068494be060e6ad046badf968d4241 --- mjx/pyproject.toml | 1 + python/pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/mjx/pyproject.toml b/mjx/pyproject.toml index e6a48dec..c602c023 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 136e7822..45a5180b 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 = [