From 0ed304a3e688e10d0141a5b03bf5995f63ce2d5e Mon Sep 17 00:00:00 2001 From: neka-nat Date: Tue, 4 Jun 2024 21:23:12 +0900 Subject: [PATCH] support >=python3.9 --- xurdf-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xurdf-python/pyproject.toml b/xurdf-python/pyproject.toml index ae268d2..a93e58f 100644 --- a/xurdf-python/pyproject.toml +++ b/xurdf-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "xurdfpy" -requires-python = ">=3.7" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",