From 3ed0db56b7a4154e95ae576521c727d0dc2d4eed Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Tue, 3 Sep 2024 12:28:08 +0200 Subject: [PATCH] We test in Python 3.9+ This should match `requires-python` and the classifiers. --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4154252..648ac2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "libertem-schema" description = "Metadata schema for keeping parameters consistent within the LiberTEM ecosystem and link it with other metadata schemas." license = {file = "LICENSE"} keywords = ["metadata", "LiberTEM", "4D STEM"] -requires-python = ">=3.7" +requires-python = ">=3.9" dynamic = ["version", "readme"] dependencies = [ "typing-extensions", @@ -16,8 +16,6 @@ dependencies = [ ] classifiers = [ "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",