Closed RHammond2 closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
a2bb209
) 63.30% compared to head (15a4855
) 63.30%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR correctly enables compatibility with Python 3.10.x by setting the maximum version to "<3.11". Similarly, any dependencies using the "<=" setting were corrected, and if no longer necessary, removed entirely.
Closes #240