markers={main="python_version <= \"3.11\" and sys_platform == \"win32\"or python_version <= \"3.11\"and platform_system == \"Windows\"or python_version >= \"3.12\" and sys_platform == \"win32\" or python_version >= \"3.12\" and platform_system == \"Windows\"",dev="python_version <= \"3.11\" and sys_platform == \"win32\" or python_version >= \"3.12\" and sys_platform == \"win32\""}
markers={main="sys_platform==\"win32\"andpython_version<=\"3.11\"orplatform_system==\"Windows\"andpython_version<=\"3.11\"", dev = "python_version<=\"3.11\"andsys_platform==\"win32\""}
[[package]]
name="comm"
...
...
@@ -463,7 +463,7 @@ description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-
optional=false
python-versions=">=3.8"
groups=["main","dev"]
markers="python_version <= \"3.11\" or python_version >= \"3.12\""
@@ -2332,7 +2442,7 @@ description = "Pexpect allows easy control of interactive console applications."
optional=false
python-versions="*"
groups=["main","dev"]
markers="python_version <= \"3.11\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\") or python_version >= \"3.12\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\")"
markers="python_version <= \"3.11\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\")"
markers={main="python_version <= \"3.11\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\") or python_version <= \"3.11\"and os_name != \"nt\"or python_version >= \"3.12\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\") or python_version >= \"3.12\" and os_name != \"nt\"",dev="python_version <= \"3.11\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\") or python_version >= \"3.12\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\")"}
markers={main="(sys_platform != \"win32\" and sys_platform != \"emscripten\") and python_version <= \"3.11\"or os_name != \"nt\"and python_version <= \"3.11\"",dev="python_version <= \"3.11\" and (sys_platform != \"win32\" and sys_platform != \"emscripten\")"}
[[package]]
name="pure-eval"
...
...
@@ -2526,7 +2636,7 @@ description = "Safely evaluate AST nodes without side effects"
optional=false
python-versions="*"
groups=["main","dev"]
markers="python_version <= \"3.11\" or python_version >= \"3.12\""
@@ -2632,7 +2742,7 @@ description = "Python for Window Extensions"
optional=false
python-versions="*"
groups=["main","dev"]
markers="python_version <= \"3.11\" and sys_platform == \"win32\" and platform_python_implementation != \"PyPy\" or python_version >= \"3.12\" and sys_platform == \"win32\" and platform_python_implementation != \"PyPy\""