pyscaffold / pyscaffoldext-markdown

⬇️ PyScaffold extension which replaces reStructuredText by Markdown
https://pyscaffold.org
MIT License
12 stars 4 forks source link

Python 3.10 typing problem #26

Open FlorianWilhelm opened 3 years ago

FlorianWilhelm commented 3 years ago

Description of your problem

There seems to be a problem with typing under Python 3.10 right now. https://cirrus-ci.com/task/6566959945875456

Please provide any additional information below.

Versions and main components

abravalheri commented 3 years ago

Hi @FlorianWilhelm, this seems to be related to https://github.com/pyscaffold/pyscaffold/pull/495#issuecomment-917388886.

I think the problem is happening on Sphinx, not PyScaffold itself (sphinx-doc/sphinx#9505).