From da49e274e9d92b1977899f2249ec91c4a984114a Mon Sep 17 00:00:00 2001 From: Ean Garvey <87458719+monorimet@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:01:19 -0500 Subject: [PATCH] Add python3.12 requirement to README We use the `walk_up` method of PurePath from pathlib that was introduced in python3.12. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ff8d0126..d9648d576 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Use this as a guide to get started developing the project using pinned, pre-release dependencies. You are welcome to deviate as you see fit, but these canonical directions mirror what the CI does. +### Requirements + +- Python3.12 + ### Setup a venv We recommend setting up a virtual environment (venv). The project is configured