We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833c38b + 1d2cf43 commit 3ccb287Copy full SHA for 3ccb287
pyproject.toml
@@ -50,7 +50,7 @@ classifiers = [
50
"Programming Language :: Python :: 3.13",
51
]
52
dependencies = [
53
- "holidays>=0.16;python_version>='3.8'",
+ "holidays>=0.59;python_version>='3.9'",
54
"pytz>=2022.7.1",
55
"python-dateutil",
56
requirements.txt
@@ -4,7 +4,7 @@
4
#
5
# pip-compile pyproject.toml
6
7
-holidays==0.59 ; python_version >= "3.8"
+holidays==0.59 ; python_version >= "3.9"
8
# via bdew_datetimes (pyproject.toml)
9
python-dateutil==2.9.0.post0
10
# via
0 commit comments