From 407deeae8e0c61edb00620cee29a7f635403af2a Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 17 Aug 2023 08:35:00 -0600 Subject: [PATCH] Add `rtx` config file (#290) --- .rtx.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rtx.toml diff --git a/.rtx.toml b/.rtx.toml new file mode 100644 index 0000000..408d8a8 --- /dev/null +++ b/.rtx.toml @@ -0,0 +1,2 @@ +[tools] +python = { version="3.11", virtualenv=".venv" }