From 44d4558fa0a3c73359beed8dd701e7847293875e Mon Sep 17 00:00:00 2001 From: Denver A Date: Wed, 20 Oct 2021 16:07:48 +0200 Subject: [PATCH] Add compatibility section to README.md to address #3 (#56) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c25792d..48c309e 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,8 @@ You can either build a new package using `make build` and install it or run the cd src python -m jenkins_tui.app ``` + +### Compatibility + +This project has been tested on macOS and Linux (Arch, Ubuntu 20.04 and above) with Python 3.9 installed. It will likely work on any Linux distribution where Python 3.9 or above is available. +For Ubuntu 20.04, it may be necessary to install the `python3.9` package.