PythonCharmers / python-future

Easy, clean, reliable Python 2/3 compatibility
http://python-future.org
MIT License
1.17k stars 291 forks source link

Python 3.12 support #632

Closed nsoranzo closed 4 months ago

nsoranzo commented 5 months ago

Fix https://github.com/PythonCharmers/python-future/issues/625 . Builds on https://github.com/PythonCharmers/python-future/pull/626 and rewrites src/past/translation/__init__.py to use importlib instead of imp when available.

Also:

liquidsec commented 5 months ago

Can we get some confirmation this project is actually still maintained? We are about to fork @nsoranzo's fork and hardcode that as a dependency in a large project because there are no signs of life.