Build: #1754 was successful Scheduled with changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
6 minutes
Duration
10 minutes
Labels
None
Agent
Default Agent
Revision
63e2e12d32c34ba11d855e73411fc74fce0f54f3
Total tests
684
Successful since
#1597 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 63e2e12d32c34ba11d855e73411fc74fce0f54f3 Limit aioxmpp's python to 3.11.2
Python 3.11.3 triggers this error when running aioxmpp:

`AttributeError: 'XSOEnumMixin' object has no attribute 'name'`

Fix python to 3.11.2 to prevent the issue from occurring.

More information in https://github.com/horazont/aioxmpp/issues/391