Fix Python 3.10 tests

This commit is contained in:
Sina Atalay
2025-02-02 22:44:50 -05:00
parent 23ec504cbe
commit 4cf62666e2

View File

@@ -36,7 +36,7 @@ available_font_families = [
*rendercv_fonts.available_font_families,
]
available_font_families.remove("Font Awesome 6")
FontFamily = Literal[*available_font_families]
FontFamily = Literal[tuple(available_font_families)]
BulletPoint = Literal["", "", "-", "", "", "", "", ""]
PageSize = Literal[
"a0",