Officially drop Python 3.8 support (#13386)

This commit is contained in:
Sebastian Rittau
2025-01-10 15:06:22 +01:00
committed by GitHub
parent 822fae31e5
commit 10ebc999ee
5 changed files with 5 additions and 21 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
version = "6.1.*"
upstream_repository = "https://github.com/collective/icalendar"
requires = [
"types-python-dateutil",
"types-pytz",
"backports.zoneinfo; python_version<'3.9'",
]
requires = ["types-python-dateutil", "types-pytz"]
[tool.stubtest]
stubtest_requirements = ["pytz"]