Skip to content

Commit 5a654dd

Browse files
committed
fix(test)!: Avoid to run test on Python 3.11 twice
1 parent 2f9bebe commit 5a654dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ python310:
5353
stage: fulltest
5454
script: tox -e py310
5555

56-
python311:
57-
image: python:3.11-slim
58-
stage: fulltest
59-
script: tox -e py311
60-
6156
pythonrc:
6257
image: python:3.12-rc-slim
6358
stage: fulltest

0 commit comments

Comments
 (0)