-
Notifications
You must be signed in to change notification settings - Fork 123
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
Support Python 3.11 #744
Comments
khaeru
added a commit
to iiasa/message_ix
that referenced
this issue
May 20, 2023
Mark westeros_report tutorial xfail on Python 3.11.
This issue does not seem to be directly related to Python 3.11, or at least there is not test for the feature - see #745. Can you point me to the file where this error originates? |
khaeru
added a commit
to iiasa/message_ix
that referenced
this issue
Sep 1, 2023
glatterf42
pushed a commit
to iiasa/message_ix
that referenced
this issue
Sep 1, 2023
ywpratama
pushed a commit
to ywpratama/message_ix
that referenced
this issue
Jan 15, 2025
Mark westeros_report tutorial xfail on Python 3.11.
ywpratama
pushed a commit
to ywpratama/message_ix
that referenced
this issue
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the test suite for iiasa/message_ix, we see the following error with Python 3.11 in a test that uses
pyam.IamDataFrame.plot()
:I notice that
python_requires = >=3.7, <3.11
was set in setup.cfg, apparently in #654: https://github.com/IAMconsortium/pyam/blame/947d8c4df2dcb362baed6e1274d63a24142ba067/setup.cfg#L22This is low urgency: we can simply caution message_ix users with Python 3.11 to avoid using this feature of pyam or to use Python 3.10 instead. I open the issue mainly so we can track the reason for xfailing tests in message_ix.
The text was updated successfully, but these errors were encountered: