From c37cb5f3f9e6fb87ed2bf33470cd3b57fcfedf60 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 23 Oct 2024 10:37:11 -0400 Subject: [PATCH] drop support for python 3.8 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4687e49c..ded1f3c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,9 +3,9 @@ # TODO: remove global exclusion of tests when testing overhaul is complete exclude: '^tests/.*' -# Force all unspecified python hooks to run python 3.8 +# Force all unspecified python hooks to run python 3.9 default_language_version: - python: python3.8 + python: python3.9 repos: - repo: https://github.com/pre-commit/pre-commit-hooks