We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb8820 commit bc2b96eCopy full SHA for bc2b96e
pyproject.toml
@@ -45,7 +45,7 @@ GitHub = "https://github.com/nhairs/python-json-logger"
45
[project.optional-dependencies]
46
dev = [
47
## Optional but required for dev
48
- "orjson;implementation_name!='pypy'",
+ "orjson;implementation_name!='pypy' and python_version<'3.13'",
49
## Lint
50
"validate-pyproject[all]",
51
"black",
0 commit comments