Skip to content

Commit 3897a97

Browse files
committed
Don't instlal python on pypy
1 parent 0d8b8a1 commit 3897a97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ classifiers = [
4343
GitHub = "https://github.com/nhairs/python-json-logger"
4444

4545
[project.optional-dependencies]
46-
orjson = [
47-
"orjson",
48-
]
49-
5046
dev = [
5147
## Optional but required for dev
52-
"orjson",
48+
"orjson;implementation_name!='pypy'",
5349
## Lint
5450
"validate-pyproject[all]",
5551
"black",

0 commit comments

Comments
 (0)