Uploaded image for project: 'Motor'
  1. Motor
  2. MOTOR-1160

Test against Python 3.12

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 3.3
    • Affects Version/s: None
    • Component/s: None
    • None

      Note: nose is deprecated and does not support Python 3.12 (import error). We can use pynose as a drop-in replacement:

      nose ; python_version < '3.12' # nose doesn't work with 3.12+
      pynose; python_version >= '3.12'

            Assignee:
            steve.silvester@mongodb.com Steve Silvester
            Reporter:
            steve.silvester@mongodb.com Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: