From 79d0373eeb2b6977cfb4c0806c0a7f2e959a9081 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 18 Aug 2022 23:00:45 -0700 Subject: [PATCH] Min python version to 3.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0e2f4..128a8c5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ E-beam doses, and the ability to output to multiple formats. ## Installation Requirements: -* python >= 3.7 (written and tested with 3.8) +* python >= 3.8 * numpy * klamath (used for `gdsii` i/o and library management) * matplotlib (optional, used for `visualization` functions and `text`)