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

python3.10 support #1293

Closed
2 of 4 tasks
drgardner43 opened this issue Feb 17, 2022 · 1 comment · Fixed by #1350
Closed
2 of 4 tasks

python3.10 support #1293

drgardner43 opened this issue Feb 17, 2022 · 1 comment · Fixed by #1350
Assignees
Labels
bug good first issue New contributors welcome !

Comments

@drgardner43
Copy link

Bug summary

Latest version of jira package from pypi doesn't work with python3.10

Is there an existing issue for this?

  • I have searched the existing issues

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?

  • Linux
  • macOS
  • Windows

Reproduction steps

Just try to:

from jira import JIRA

Stack trace

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)

Expected behaviour

import to work successfully, as it does with same version and python 3.8.5

Additional Context

ipython==8.0.1

@adehad adehad added bug good first issue New contributors welcome ! labels Mar 5, 2022
@adehad adehad self-assigned this Apr 9, 2022
@adehad
Copy link
Contributor

adehad commented Apr 9, 2022

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)

@adehad adehad linked a pull request Apr 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue New contributors welcome !
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants