summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2023-04-14 07:22:48 -0700
committerGitHub <noreply@github.com>2023-04-14 19:52:48 +0530
commit873518a73a2a877c4c22c8310d5c85fb56ebc0ef (patch)
treea88f4710fe69ffdcb4e80f16ad7115e4161c6b35
parentbb7a23d69b0f4e2c10ef365a9f8cf6893cb9a2aa (diff)
downloadnetworkx-873518a73a2a877c4c22c8310d5c85fb56ebc0ef.tar.gz
Bump pyupgrade minimum Python version to 3.9. (#6634)
-rw-r--r--ruff.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruff.toml b/ruff.toml
index e0b0e30d..cae506af 100644
--- a/ruff.toml
+++ b/ruff.toml
@@ -14,7 +14,7 @@ select = [
"SIM2", # simplify boolean comparisons
]
-target-version = "py38"
+target-version = "py39"
[per-file-ignores]
"__init__.py" = ["I"]