From 7087bbcebe1652d781631222107bb333b399762f Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Fri, 16 Aug 2024 13:41:34 +0200 Subject: [PATCH] Update marker --- crates/uv/tests/edit.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/uv/tests/edit.rs b/crates/uv/tests/edit.rs index 290c9cfab6c9..2465438de982 100644 --- a/crates/uv/tests/edit.rs +++ b/crates/uv/tests/edit.rs @@ -1771,7 +1771,7 @@ fn update() -> Result<()> { requires-python = ">=3.12" dependencies = [ "requests[security]==2.31.0", - "requests[socks,use-chardet-on-py3]>=2.31.0 ; python_version > '3.7'", + "requests[socks,use-chardet-on-py3]>=2.31.0 ; python_full_version >= '3.8'", ] "### ); @@ -2019,7 +2019,7 @@ fn update_marker() -> Result<()> { requires-python = ">=3.8" dependencies = [ "requests>=2.30; python_version >= '3.11'", - "requests>=2.0,<2.29 ; python_version < '3.11'", + "requests>=2.0,<2.29 ; python_full_version < '3.11'", ] "### );