Skip to content

Commit

Permalink
We test in Python 3.9+
Browse files Browse the repository at this point in the history
This should match `requires-python` and the classifiers.
  • Loading branch information
sk1p committed Sep 3, 2024
1 parent 07533c4 commit 3ed0db5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3ed0db5

Please sign in to comment.