EddyLuten / mkdocs-alias-plugin

An MkDocs plugin allowing links to your pages using a custom alias
MIT License
12 stars 2 forks source link

Import annotations from the __future__ package #10

Closed AnesBenmerzoug closed 5 months ago

AnesBenmerzoug commented 5 months ago

Closes #9

This PR simply imports annotations from the__future__ package in order to support newer type annotation syntax in Python 3.8.

AnesBenmerzoug commented 5 months ago

In this PR or as a follow-up PR, I suggest we add all supported Python version to CI jobs in order to catch this kind of error in the future.

EddyLuten commented 5 months ago

Thanks for the fix! I'll get it out in a patch ASAP.