Skip to content

Python 3.12 support #632

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

Merged
merged 4 commits into from
Feb 21, 2024

Conversation

nsoranzo
Copy link
Contributor

@nsoranzo nsoranzo commented Feb 1, 2024

Fix #625 .
Builds on #626 and rewrites src/past/translation/__init__.py to use importlib instead of imp when available.

Also:

  • Fix several tests for recent Python versions.
  • Drop some unused imports and functions.
  • Add Python 3.8-3.12 classifiers.

@liquidsec
Copy link

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.

@edschofield edschofield merged commit ba1cc50 into PythonCharmers:master Feb 21, 2024
@nsoranzo nsoranzo deleted the python312-imp-module_past branch February 21, 2024 08:29
@nsoranzo nsoranzo restored the python312-imp-module_past branch February 21, 2024 08:29
@nsoranzo nsoranzo deleted the python312-imp-module_past branch September 19, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.12 removes imp module
4 participants