Skip to content

Conversation

@OriolAbril
Copy link
Contributor

Path.walk was introduced in python 3.12, and it is used in

for root, _, files in root_dir.walk(top_down=True):
, which makes the library only work on python>=3.12

@OriolAbril OriolAbril mentioned this pull request Jun 21, 2024
@lagru lagru merged commit a1b0e10 into scientific-python:main Jun 22, 2024
@lagru
Copy link
Member

lagru commented Jun 22, 2024

Thanks. :D

@OriolAbril OriolAbril deleted the patch-1 branch June 22, 2024 16:25
@lagru lagru added the maintenance Keeps the lights on label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Keeps the lights on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants