Skip to content

Commit

Permalink
bump clr-loader version (#7)
Browse files Browse the repository at this point in the history
This allows pythonnet to work in the version of mono we ship with the
unified install

I made the change in clr_loader in this PR:
pythonnet/clr-loader#43
  • Loading branch information
koubaa authored Jan 4, 2023
2 parents a61e52a + 5bb44d4 commit f498ad5
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 @@ -10,7 +10,7 @@ license = {text = "MIT"}
readme = "README.rst"

dependencies = [
"clr_loader>=0.2.2,<0.3.0"
"clr_loader>=0.2.5,<0.3.0"
]

requires-python = ">=3.7, <3.12"
Expand Down

0 comments on commit f498ad5

Please sign in to comment.