Skip to content

Commit 19e1539

Browse files
committed
ci fix
1 parent a3e895b commit 19e1539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ jobs:
133133
matrix:
134134
Python3.11 - Django 4.2:
135135
python.version: '3.11'
136-
tox.env: 'py310-django42'
136+
tox.env: 'py311-django42'
137137
Python3.10 - Django 4.2:
138138
python.version: '3.10'
139-
tox.env: 'py310-django42'
139+
tox.env: 'py310-django42'
140140
Python 3.9 - Django 4.2:
141141
python.version: '3.9'
142142
tox.env: 'py39-django42'

0 commit comments

Comments
 (0)