-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgraded to use Python3 #82
base: master
Are you sure you want to change the base?
Conversation
I just noticed this checking in:
|
This answer explains what happens here. Seems to be related to python3.6 and python3.7 transition. It also links to a patch on an unrelated project, facing the same issue. Looks like there are options:
|
IMHO: both Python3.6 and 3.7 are long deprecated. We should only target supported 3.x. Unless someone has some legacy software that cannot be migrated, there is no good reason to support those. |
Agreed, the forementioned python versions are rather old. Probably the esgfconfigparser can be updated, to work with the newer python versions. I see that there is already a branch: python3.8. But I don't know how to help here. Do you have suggestions on how to proceed? BR, |
wrt |
No description provided.