mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 05:49:45 +08:00
Officially drop Python 3.8 support (#13386)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user