You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/populate_tox/config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@
129
129
],
130
130
},
131
131
"python": "<=3.11",
132
-
"ignore": "==2.0.0a1,==2.0.0a2", # the project ultimately renamed itself to litestar and these are not relevant as there will never be a stable 2.0 release
132
+
"ignore": "==2.*", # the project ultimately renamed itself to litestar and these are not relevant as there will never be a stable 2.0 release
0 commit comments