general: python3.9 reached EOL, switch min version
also enable 3.13 on CI
This commit is contained in:
parent
a8f86e32b9
commit
bc7c3ac253
8 changed files with 36 additions and 53 deletions
|
@ -210,7 +210,7 @@ class ZipPath(zipfile_Path):
|
|||
|
||||
def iterdir(self) -> Iterator[ZipPath]:
|
||||
for s in self._as_dir().iterdir():
|
||||
yield ZipPath(s.root, s.at) # type: ignore[attr-defined]
|
||||
yield ZipPath(s.root, s.at)
|
||||
|
||||
@property
|
||||
def stem(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue