From 990f8e9cc94ab8b6ab0c2535e81817fa5fbc6440 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Fri, 12 Sep 2025 19:04:42 +0200 Subject: [PATCH] update to python 3.11 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d16d00776..d3be72b85 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.10" +requires-python = ">=3.11" 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.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Build Tools", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] @@ -260,7 +260,7 @@ default.extend-ignore-identifiers-re = [ # paths = ["src/lerobot"] # [tool.mypy] -# python_version = "3.10" +# python_version = "3.11" # warn_return_any = true # warn_unused_configs = true # ignore_missing_imports = false