Skip to content

Commit

Permalink
Merge pull request cardano-foundation#18 from cardano-foundation/10-o…
Browse files Browse the repository at this point in the history
…spathrealpaths-strict-arguments-only-in-310

Add require of python 3.10 version
  • Loading branch information
oversize authored Jan 24, 2024
2 parents 154ef96 + 1142eaa commit 9eef7ad
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 @@ dynamic = ["version"]
description = "Cardano blockperf.sh rewritten python"
# readme = "README.md" # Optional

requires-python = ">=3.8"
requires-python = ">=3.10"


license = {file = "LICENSE"}
Expand Down Expand Up @@ -38,8 +38,6 @@ classifiers = [
# that you indicate you support Python 3. These classifiers are *not*
# checked by "pip install". See instead "python_requires" below.
"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 :: Only",
Expand Down

0 comments on commit 9eef7ad

Please sign in to comment.