Updated gitlab-ci to add rc to bullseye 3.13
This commit is contained in:
parent
4db7529d6c
commit
eb93c5b98f
|
|
@ -37,7 +37,7 @@ python-test::3.8:
|
|||
image: python:3.8
|
||||
extends: python-test::3.9
|
||||
python-test::3.13-bullseye:
|
||||
image: python:3.13-bullseye
|
||||
image: python:3.13-rc-bullseye
|
||||
extends: python-test::3.13
|
||||
python-test::3.12-bullseye:
|
||||
image: python:3.12-bullseye
|
||||
|
|
|
|||
Loading…
Reference in New Issue