ci: allow failure in python 3.11 for now
This commit is contained in:
parent
e1b135c667
commit
8ba054dd53
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue