From d632bcf5fd87540a316ff72f37434c25ff1bc90f Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 30 Jan 2023 00:27:21 -0300 Subject: [PATCH] Merge to master (#58) * force mistune to version 0.8.4 (#43) closes #42 closes #40 * pin * Remove calls to ErrorString and SafeString removed in docutils 0.19 (#49) * remove python2 * fix pipelines * fix linter pipeline * set language for sphinx * fix tests pipeline * fix pipeline, set docutiles dependency * why did I change this * bump * Added python_requires to setup.py (#56) * fix quotes --------- Co-authored-by: Ezequiel Rosas Co-authored-by: Ian Glen Co-authored-by: Martin Pecka --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b0997ab..46a028c 100644 --- a/setup.py +++ b/setup.py @@ -59,4 +59,5 @@ install_requires=install_requires, test_suite="tests", tests_require=test_requirements, + python_requires=">=3.7", )