Skip to content

Commit

Permalink
Merge branch 'release/2.7.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
glentner committed Jan 23, 2024
2 parents 28c773a + 7aeca3f commit 637a3d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cmdkit"
version = "2.7.3"
version = "2.7.4"
description = "A command-line utility toolkit for Python."
readme = "README.rst"
license = "Apache-2.0"
Expand All @@ -15,6 +15,8 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Programming Language :: Python :: 3",
"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",
Expand All @@ -23,7 +25,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
python = ">=3.8,<4.0"
toml = {version = "^0.10.2", optional = true}
pyyaml = {version = "^6.0.1", optional = true}

Expand Down

0 comments on commit 637a3d3

Please sign in to comment.