Skip to content

Commit

Permalink
Merge to master (#58)
Browse files Browse the repository at this point in the history
* 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 <nhtzr.rg@gmail.com>
Co-authored-by: Ian Glen <ian@ianglen.me>
Co-authored-by: Martin Pecka <peci1@seznam.cz>
  • Loading branch information
4 people committed Jan 30, 2023
1 parent e609984 commit d632bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -59,4 +59,5 @@
install_requires=install_requires,
test_suite="tests",
tests_require=test_requirements,
python_requires=">=3.7",
)

0 comments on commit d632bcf

Please sign in to comment.