Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini authored Sep 11, 2024
1 parent d2a5082 commit 6c4f0c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "mrtwin"
description = "Collection of virtual objects for numerical MR experiments."
readme = "README.md"

requires-python = ">=3.6"
requires-python = ">=3.10"
dynamic = ["version"]

license = {file = "LICENSE"}
Expand All @@ -35,12 +35,9 @@ classifiers = [ # Optional
# Specify the Python versions you support here. In particular, ensure
# that you indicate you support Python 3. These classifiers are *not*
# checked by "pip install". See instead "python_requires" below.
"Programming Language :: Python :: 3.6",
"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",
"Programming Language :: Python :: 3.12",
]

dependencies = [
Expand Down

0 comments on commit 6c4f0c7

Please sign in to comment.