-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fixed documentation to work with project.toml instead of setup.py #48
Conversation
96bc234
to
0c421da
Compare
@susuhahnml there is no need to support python 3.7 anymore. Just remove the importlib_metadata part. To get rid of the errors just run pre-commit. |
0c421da
to
52daf65
Compare
@rkaminsk SHould I also remove the case for python 3.7 in the code then? in the parser.py file |
Yes, please do this. Python 3.9 is the latest release still supported. It is not worth the headache to support earlier versions. We could even drop python 3.9 and go for 3.10 if this makes our lives easier. |
52daf65
to
cb5a079
Compare
cb5a079
to
155922f
Compare
Read to merge (I think) @rkaminsk |
just wording
No description provided.