PyYoshi / cChardet

universal character encoding detector
Other
383 stars 51 forks source link

Support Python 3.10 & 3.11 #78

Open q0w opened 2 years ago

q0w commented 2 years ago

Fixes #77

q0w commented 2 years ago

Nose does not support python 3.10 https://github.com/nose-devs/nose/issues/1099 Should migrate away from nose to pytest(?)

oleksandr-kuzmenko commented 2 years ago

@PyYoshi could you please merge this PR? 🙏

FerenetsRoman commented 2 years ago

@PyYoshi Could you please merge this PR?

ooliver1 commented 2 years ago

@PyYoshi :pray:

cclauss commented 1 year ago

Perhaps update Pipfile as well?

cclauss commented 1 year ago

Please add Python 3.11

cclauss commented 1 year ago

@PyYoshi Are you the only maintainer of this project or are there others who can:

  1. Review and merge pull requests?
  2. Publish a new release to PyPI?

Are you still interested in maintaining the cChardet project? Or do you advise the community to:

seperman commented 1 year ago

@PyYoshi has not responded to this PR in the past 12 months. This repo is abandoned obviously.

adbar commented 1 year ago

Hi all, thanks for your work on this issue!

It's probably worth waiting for @PyYoshi to resurface but if it doesn't happen soon the PR could become a fork of its own to continue offering support, for example as cchardet2.

charset_normalizer is great but there are edge cases handled by this library which make it very useful. It may also be faster IMO.

seperman commented 1 year ago

@adbar , wbarnha has forked the repo already: Please see: https://github.com/PyYoshi/cChardet/issues/81#issuecomment-1329126634

alexchandel commented 1 year ago

@PyYoshi Please merge this PR