Skip to content

Commit 0726480

Browse files
authored
Update pyproject.toml
changed the target version to be py312, like in scvi-tools repo
1 parent 1a9b546 commit 0726480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.ruff]
22
line-length = 99
33
indent-width = 4
4-
target-version = "py310"
4+
target-version = "py312"
55

66
# Exclude a variety of commonly ignored directories.
77
exclude = [

0 commit comments

Comments
 (0)