We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest version of jira package from pypi doesn't work with python3.10
Jira Server or Data Center (Self-hosted)
No response
3.1.1
3.10
Just try to: from jira import JIRA
me@linux-host:/srv $ python3 Python 3.10.0 (default, Jan 13 2022, 23:17:28) [GCC 10.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from jira import JIRA Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'JIRA' from 'jira' (/opt/svl/lib/python3.10/site-packages/jira/__init__.py)
import to work successfully, as it does with same version and python 3.8.5
ipython==8.0.1
The text was updated successfully, but these errors were encountered:
various dependencies have been updated to now support py3.10 so I would expect this to work now.
We will shortly be adding this to our pipeline (#1350)
Sorry, something went wrong.
adehad
Successfully merging a pull request may close this issue.
Bug summary
Latest version of jira package from pypi doesn't work with python3.10
Is there an existing issue for this?
Jira Instance type
Jira Server or Data Center (Self-hosted)
Jira instance version
No response
jira-python version
3.1.1
Python Interpreter version
3.10
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
import to work successfully, as it does with same version and python 3.8.5
Additional Context
ipython==8.0.1
The text was updated successfully, but these errors were encountered: