Commit c9ae0ba5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Pin trio for testing to a version supported by anyio

parent 358f5ccb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ classifiers = [

[project.optional-dependencies]
tests = [
	"trio",
	"trio <0.22",  # Until anyio supports BaseExceptionGroup
]
docs = [
	"sphinx ~=5.0",