We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246172b commit 556f3e1Copy full SHA for 556f3e1
scripts/populate_tox/config.py
@@ -129,7 +129,7 @@
129
],
130
},
131
"python": "<=3.11",
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
+ "ignore": "==2.*", # these are not relevant as there will never be a stable 2.0 release (starlite continues as litestar)
133
134
"statsig": {
135
"package": "statsig",
0 commit comments