Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please consider to add on countries Qatar, Oman and Sri Lanka? #2338

Closed
P-Rainbow opened this issue Mar 8, 2025 · 1 comment
Closed

Comments

@P-Rainbow
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
Can you please consider to add on countries Qatar, Oman and Sri Lanka?

import holidays

country_holidays = holidays.LK(years=2024)
august_holidays = {date: name for date, name in country_holidays.items() if date.month == 8}

for d, name in august_holidays.items():
    print (d, name)

# AttributeError: module 'holidays' has no attribute 'LK'

Describe alternatives you've considered
Manual search on internet.

Additional context
N/A

@KJhellico
Copy link
Collaborator

Sri Lanka is already supported since v0.66, please check your version. We hope to add Oman and Qatar as well, so follow the updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants