ci: allow failure in python 3.11 for now

This commit is contained in:
mathieui 2021-12-13 22:43:52 +01:00
parent e1b135c667
commit 8ba054dd53

View File

@ -39,6 +39,7 @@ test-3.11:
tags: tags:
- docker - docker
image: python:3.11-rc image: python:3.11-rc
allow_failure: true
script: script:
- apt update - apt update
- apt install -y python3 python3-pip cython3 gpg - apt install -y python3 python3-pip cython3 gpg