From 072648027d1495be2a805af8efdc94464f034410 Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Sun, 22 Sep 2024 13:18:21 +0300 Subject: [PATCH] Update pyproject.toml changed the target version to be py312, like in scvi-tools repo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4eba6d7..12ae26f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.ruff] line-length = 99 indent-width = 4 -target-version = "py310" +target-version = "py312" # Exclude a variety of commonly ignored directories. exclude = [