Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with Python 3.12, but don't advertise it, yet #1306

Merged
merged 2 commits into from
Dec 15, 2023

Commits on Dec 13, 2023

  1. tests/test_crossbar: mark tests incompatible with python3.12+

    crossbar is not compatible with Python 3.12, yet: [1] and [2] are not
    part of a release. A release will probably take some more time [3][4].
    
    Since this is the last remaining issue before we can advertise Python
    3.12 support, let's mark these tests as XFAIL for now.
    
    [1] crossbario/crossbar#2091
    [2] crossbario/crossbar#2093
    [3] crossbario/crossbar#2093 (comment)
    [4] crossbario/crossbar#2091 (comment)
    
    Signed-off-by: Bastian Krause <[email protected]>
    Bastian-Krause committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ccbccf3 View commit details
    Browse the repository at this point in the history
  2. github/workflows: test Python 3.12

    crossbar is not compatible with Python 3.12, yet: [1] and [2] are not
    part of a release. A release will probably take some more time [3][4].
    
    We shouldn't advertise Python 3.12 support until that happens. But we
    can make sure that everything else keeps working fine with Python 3.12
    by running the test suite. A previous commit marked the failing crossbar
    tests as XFAIL for 3.12.
    
    [1] crossbario/crossbar#2091
    [2] crossbario/crossbar#2093
    [3] crossbario/crossbar#2093 (comment)
    [4] crossbario/crossbar#2091 (comment)
    
    Signed-off-by: Bastian Krause <[email protected]>
    Bastian-Krause committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4f23236 View commit details
    Browse the repository at this point in the history