JessicaTegner / pypandoc

Thin wrapper for "pandoc" (MIT)
http://pypi.python.org/pypi/pypandoc/
Other
843 stars 108 forks source link

Removed python 3.6 CI and fixed test cases for python 3.12 #352

Closed JessicaTegner closed 8 months ago

JessicaTegner commented 8 months ago

There were some test cases failing on python 3.12 due to UnitTest.TestCase assertEquals raising an AttributeError on python 3.12. In addition, download pandoc in CO failed due to missing setuptools, so python 3.6 has been removed from CI to allowfor installation of a recent version of setuptools