GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

Python-3.11+ #1021

Closed ryneeverett closed 6 months ago

ryneeverett commented 6 months ago

We're currently being held back from updating CI by our dependency on python-debianbts which depends on pysimplsoap which depends on inspect.getargspec which was removed from python-3.11. See https://github.com/venthur/python-debianbts/issues/59.

ryneeverett commented 6 months ago

I would also note that we can drop pysimplesoap as a direct dependency since it is a dependency of python-debianbts.