From 4cf62666e27ad75b3d2b95cdc38ed7df051804cb Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 2 Feb 2025 22:44:50 -0500 Subject: [PATCH] Fix Python 3.10 tests --- rendercv/themes/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/themes/options.py b/rendercv/themes/options.py index e507e6d5..0097eff0 100644 --- a/rendercv/themes/options.py +++ b/rendercv/themes/options.py @@ -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",