Skip to content

Commit bc2b96e

Browse files
committed
Avoid orjson on python 3.13 while its not supported
1 parent 2eb8820 commit bc2b96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GitHub = "https://github.com/nhairs/python-json-logger"
4545
[project.optional-dependencies]
4646
dev = [
4747
## Optional but required for dev
48-
"orjson;implementation_name!='pypy'",
48+
"orjson;implementation_name!='pypy' and python_version<'3.13'",
4949
## Lint
5050
"validate-pyproject[all]",
5151
"black",

0 commit comments

Comments
 (0)