From 6616bda7e7a0da4e2bc2fa828fb32372857408d2 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 15 Nov 2023 12:23:06 +0000 Subject: [PATCH] Migrate cinder-sqlalchemy-2x job to py311 Change-Id: Ie47b01fe9fbc2df7ccb6ae685edc989485146df8 Signed-off-by: Stephen Finucane --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a0fc2c45d82..c8fc37448ba 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -156,7 +156,7 @@ - job: name: cinder-sqlalchemy-2x - parent: openstack-tox-py310 + parent: openstack-tox-py311 description: | Run unit tests with main branch of SQLAlchemy, alembic and oslo.db. Takes advantage of the base tox job's install-siblings feature.