From 924c978c03f71a5587f9d814846664eadb635589 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Wed, 14 Aug 2024 18:02:12 +0100 Subject: [PATCH] Fix python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4250c04..ea2b746 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Compression utilities for tree sequences" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" license = {text = "MIT"} classifiers = [ "Programming Language :: Python",