Hi Maintainer
The autopkgtests of this package will fail once Python 3.14 is the
default version in Debian. I've copied what I hope is the relevant
part of the log below.
Regards
Graham
705s autopkgtest [15:44:08]: test python-stemwords: [-----------------------
705s /tmp/autopkgtest.Vk0S3W/autopkgtest_tmp/stemwords.py:75:
DeprecationWarning: codecs.open() is deprecated. Use open() instead.
705s with codecs.open(input, "r", encoding) as infile:
705s /tmp/autopkgtest.Vk0S3W/autopkgtest_tmp/stemwords.py:76:
DeprecationWarning: codecs.open() is deprecated. Use open() instead.
705s with codecs.open(output, "w", encoding) as outfile:
706s autopkgtest [15:44:09]: test python-stemwords: -----------------------]
707s autopkgtest [15:44:10]: test python-stemwords: - - - - - - - - -
- results - - - - - - - - - -
707s python-stemwords FAIL stderr:
/tmp/autopkgtest.Vk0S3W/autopkgtest_tmp/stemwords.py:75:
DeprecationWarning: codecs.open() is deprecated.