Skip to content

Commit

Permalink
fix: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jun 8, 2022
1 parent a6a86dc commit 228c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]

if py_version < (3, 9):
deps.append("graphlib-backport")
deps.append("graphlib-backport==1.0.3")

src_root = os.curdir

Expand Down

0 comments on commit 228c737

Please sign in to comment.