From 6a1065ea73b835351b5cc2aaf0a60bb0312a3967 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 5 Sep 2024 14:18:18 +0200 Subject: [PATCH] Add reference to https://github.com/python-distro/distro/issues/177 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0064acaa..bbd457b1 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,7 @@ - New conditional markers for `pytest`: - `@skip_linux`, `@skip_macos` and `@skip_windows` - `@unless_linux`, `@unless_macos` and `@unless_windows` +- Address [`distro#177` issue (support for Windows and Mac OS)](https://github.com/python-distro/distro/issues/177) ## Examples