diff options
author | mathieui <mathieui@mathieui.net> | 2021-12-13 22:43:52 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-12-13 22:43:52 +0100 |
commit | 8ba054dd532c80f0c109ad4ec41d4099b690a927 (patch) | |
tree | 0804f73cfeff6dfd4eda16044489e1e4d6080eee | |
parent | e1b135c667447c157c87ac7de6a1b8913aa02166 (diff) | |
download | slixmpp-8ba054dd532c80f0c109ad4ec41d4099b690a927.tar.gz slixmpp-8ba054dd532c80f0c109ad4ec41d4099b690a927.tar.bz2 slixmpp-8ba054dd532c80f0c109ad4ec41d4099b690a927.tar.xz slixmpp-8ba054dd532c80f0c109ad4ec41d4099b690a927.zip |
ci: allow failure in python 3.11 for now
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac5a8b62..f67235fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ test-3.11: tags: - docker image: python:3.11-rc + allow_failure: true script: - apt update - apt install -y python3 python3-pip cython3 gpg |