Skip to content

Commit 7699a3f

Browse files
authored
Update min and max year
1 parent fc5153f commit 7699a3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qbreader/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ class Directive(enum.StrEnum):
146146
class Year(enum.IntEnum):
147147
"""Min/max year enum."""
148148

149-
MIN_YEAR = 2010
150-
CURRENT_YEAR = 2024
149+
MIN_YEAR = 2000
150+
CURRENT_YEAR = 2026
151151

152152

153153
class AnswerJudgement:

0 commit comments

Comments
 (0)