Skip to content

Commit

Permalink
Update required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstruck committed Jul 16, 2024
1 parent b5f58ea commit 963d7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "dadi-cli"
version = "0.9.6"
requires-python = ">=3.9"
description = "A command line interface for dadi"
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -14,7 +15,7 @@ authors = [
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
]
dependencies = [
"dadi",
Expand Down

0 comments on commit 963d7df

Please sign in to comment.