From aeacb8dfa027f84c0a4dd52823d2e98ea38fd4f0 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Tue, 16 Sep 2025 14:29:30 +0200 Subject: [PATCH] go back to python 3.10 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e468a4949..4d1f25d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ version = "0.3.4" description = "🤗 LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch" readme = "README.md" license = { text = "Apache-2.0" } -requires-python = ">=3.11" +requires-python = ">=3.10" authors = [ { name = "Rémi Cadène", email = "re.cadene@gmail.com" }, { name = "Simon Alibert", email = "alibert.sim@gmail.com" }, @@ -50,7 +50,7 @@ classifiers = [ "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Build Tools", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] @@ -259,7 +259,7 @@ default.extend-ignore-identifiers-re = [ # paths = ["src/lerobot"] # [tool.mypy] -# python_version = "3.11" +# python_version = "3.10" # warn_return_any = true # warn_unused_configs = true # ignore_missing_imports = false