Skip to content

Commit

Permalink
fix: set min python to 3.8.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored May 17, 2023
1 parent 3eaf395 commit 922836d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
requires-python = ">=3.7"
requires-python = ">=3.8.1"
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit 922836d

Please sign in to comment.