Skip to content

Commit ae1b7bd

Browse files
authored
Update python/private/pypi/whl_installer/platform.py
1 parent d5ddec9 commit ae1b7bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/private/pypi/whl_installer/platform.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,6 @@ def env_markers(self, extra: str) -> Dict[str, str]:
292292
"platform_release": "", # unset
293293
"platform_version": "", # unset
294294
"python_version": f"3.{minor}",
295-
# FIXME @aignas 2024-01-14: is putting zero last a good idea? Maybe we should
296-
# use `20` or something else to avoid having weird issues where the full version is used for
297-
# matching and the author decides to only support 3.y.5 upwards.
298295
"implementation_version": f"3.{minor}.{micro}",
299296
"python_full_version": f"3.{minor}.{micro}",
300297
# we assume that the following are the same as the interpreter used to setup the deps:

0 commit comments

Comments
 (0)