From 0191809a90d55488782bd4180dcb1dd2d2d9db33 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 24 May 2020 17:30:01 +0000 Subject: [PATCH] added OS and python versions supproted Signed-off-by: Arthur Lu --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 304f26d3..d0ec298d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,15 @@ Although any modern 64 bit platform should be supported, the following platforms * AMD64 (Tested on Zen 1, Zen +, and Zen 2) * Intel 64/x86_64/x64 (Tested on Kaby Lake) * ARM64 (Tested on Broadcom BCM2836 SoC, Broadcom BCM2711 SoC) +The following OSes have been tested to be working: +* Linux Kernel 3.16, 4.4, 4.15, 4.19, 5.4 + * Ubuntu 16.04, 18.04, 20.04 + * Debian (and Debian derivaives) Jessie, Buster +* Windows 7, 10 +The following python versions are supported: +* python 3.6 (not tested) +* python 3.7 +* python 3.8 # Contributing # Build Statuses analysis.py: ![Analysis Unit Tests](https://github.com/titanscout2022/red-alliance-analysis/workflows/Analysis%20Unit%20Tests/badge.svg)