From 686ad2ae948718bdbda05c35c1e22da1b1dfdcea Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Tue, 17 Dec 2024 11:50:09 +0200 Subject: [PATCH] Update Python versions: drop 3.8 --- host/README.md | 3 +-- host/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/host/README.md b/host/README.md index bf022b6..28a2a1b 100644 --- a/host/README.md +++ b/host/README.md @@ -1,4 +1,3 @@ # libgreat host-side libraries -This folder contains an experimental host-side python utility. It should work with -both python2 and python3. +This folder contains an experimental host-side python utility. diff --git a/host/pyproject.toml b/host/pyproject.toml index 39f78a4..07c32f5 100644 --- a/host/pyproject.toml +++ b/host/pyproject.toml @@ -7,7 +7,7 @@ name = "pygreat" description = "Python library for talking with libGreat devices" license = { text = "BSD" } readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ {name = "Great Scott Gadgets", email = "dev@greatscottgadgets.com"}, ]