Skip to content

Commit

Permalink
chore: update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 29, 2024
1 parent 120acc8 commit 984013e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Framework :: AnyIO",
"Framework :: AsyncIO",
"Framework :: Trio",
]
requires-python = ">= 3.8"
dependencies = [
Expand All @@ -42,7 +45,6 @@ dev-dependencies = [
"pre-commit>=3.5.0",
"pytest>=8.0.2",
"pyyaml>=6.0.1",
"trio>=0.24.0",
]

[tool.hatch.metadata]
Expand Down

0 comments on commit 984013e

Please sign in to comment.