Skip to content

Commit

Permalink
Avoid orjson on python 3.13 while its not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nhairs committed Apr 27, 2024
1 parent 2eb8820 commit 334efd9
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 @@ -45,7 +45,7 @@ GitHub = "https://github.com/nhairs/python-json-logger"
[project.optional-dependencies]
dev = [
## Optional but required for dev
"orjson;implementation_name!='pypy'",
"orjson;implementation_name!='pypy';python_version<'3.13'",
## Lint
"validate-pyproject[all]",
"black",
Expand Down

0 comments on commit 334efd9

Please sign in to comment.