Skip to content

Commit a549f96

Browse files
committed
...
1 parent 691f9ef commit a549f96

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
],
130130
},
131131
"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
133133
},
134134
"statsig": {
135135
"package": "statsig",

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ envlist =
277277
{py3.8,py3.10,py3.11}-starlite-v1.49.0
278278
{py3.8,py3.10,py3.11}-starlite-v1.50.2
279279
{py3.8,py3.10,py3.11}-starlite-v1.51.16
280-
{py3.8,py3.10,py3.11}-starlite-v2.0.0a2
281280

282281
{py3.6,py3.7,py3.8}-tornado-v6.0.4
283282
{py3.6,py3.8,py3.9}-tornado-v6.1
@@ -693,7 +692,6 @@ deps =
693692
starlite-v1.49.0: starlite==1.49.0
694693
starlite-v1.50.2: starlite==1.50.2
695694
starlite-v1.51.16: starlite==1.51.16
696-
starlite-v2.0.0a2: starlite==2.0.0a2
697695
starlite: pytest-asyncio
698696
starlite: python-multipart
699697
starlite: requests

0 commit comments

Comments
 (0)