Skip to content

Commit

Permalink
CA: add 2025-2026 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 2, 2024
1 parent 61979ca commit 72507f3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scrapers/ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class California(State):
"name": "2023-2024 Regular Session",
"start_date": "2022-12-05",
"end_date": "2024-10-01",
"active": True,
"active": False,
},
{
"classification": "special",
Expand All @@ -425,6 +425,15 @@ class California(State):
"end_date": "2024-12-05",
"active": False,
},
{
"_scraped_name": "2025-2026",
"classification": "primary",
"identifier": "20252026",
"name": "2025-2026 Regular Session",
"start_date": "2024-12-02",
"end_date": "2026-11-30",
"active": True,
},
]
ignored_scraped_sessions = [
"2013-2014",
Expand Down

0 comments on commit 72507f3

Please sign in to comment.