Skip to content

New version required for Python 3.11 #167

Open
@marcusaram

Description

@marcusaram

I can't use librabbitmq on 3.11, this is because filemode 'U' is still in setup.py for the 2.0.0 version. This is already been fixed in the code but not released. I think it's time for a new version.

      File "/tmp/pip-install-otpo3epi/librabbitmq_e17c24195e1e4d4694a0a794dd31a21a/setup.py", line 167, in <module>
          long_description = open(os.path.join(BASE_PATH, 'README.rst'), 'U').read()
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      ValueError: invalid mode: 'U'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions