Updated gitlab-ci to add rc to bullseye 3.13

This commit is contained in:
N3 Laboratories LLC 🧪 Open Source Contributors 2024-03-20 06:40:43 +00:00
parent 4db7529d6c
commit eb93c5b98f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ python-test::3.8:
image: python:3.8 image: python:3.8
extends: python-test::3.9 extends: python-test::3.9
python-test::3.13-bullseye: python-test::3.13-bullseye:
image: python:3.13-bullseye image: python:3.13-rc-bullseye
extends: python-test::3.13 extends: python-test::3.13
python-test::3.12-bullseye: python-test::3.12-bullseye:
image: python:3.12-bullseye image: python:3.12-bullseye