Skip to content

Commit

Permalink
fix requires-python argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Feb 10, 2024
1 parent b6f5f70 commit 8d5f976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ description = "A Simple High Performance Multiprocess Queue"
dynamic = ["version"]
license = {"file" = "LICENSE"}
name = "quasiqueue"
python = ">=3.10"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.10"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 8d5f976

Please sign in to comment.