Skip to content
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

Fix distutils issue (+ a few basics improvments) #85

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Conversation

luclaurent
Copy link
Collaborator

@luclaurent luclaurent commented Oct 7, 2024

distutils is now unecessary to run the code (shutil has been used in place of distutils)

A few changes have been done

  • Python 3.7 is now not compatible with amc2moodle
  • basic change in call of lxml
  • a few changes in test

@nennigb
Copy link
Owner

nennigb commented Nov 28, 2024

I rebase the branch and unformize the python versions [3.8-3.13] in the tests.

Copy link
Owner

@nennigb nennigb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK for me.
I let you merge if you are happy with the rebase.

@luclaurent luclaurent merged commit 7f5fc63 into master Nov 28, 2024
24 checks passed
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.

ModuleNotFoundError: No module named 'distutils'
2 participants