From f7ab0bd37f151d9ef6192b57c59ad9b07d4758df Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Sun, 23 Jun 2024 23:31:12 +0200 Subject: [PATCH] replace .tools-versions with .mise.toml --- dnscms/.mise.toml | 2 ++ dnscms/.tool-versions | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 dnscms/.mise.toml delete mode 100644 dnscms/.tool-versions diff --git a/dnscms/.mise.toml b/dnscms/.mise.toml new file mode 100644 index 0000000..5679623 --- /dev/null +++ b/dnscms/.mise.toml @@ -0,0 +1,2 @@ +[tools] +python = "3.12.4" diff --git a/dnscms/.tool-versions b/dnscms/.tool-versions deleted file mode 100644 index 1d7a709..0000000 --- a/dnscms/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -python 3.12.3