From e50db2a6bebeca533f6b513cc89ead8290c52294 Mon Sep 17 00:00:00 2001 From: Matthew Cohen Date: Thu, 1 Aug 2024 22:15:26 -0400 Subject: [PATCH] Bump py ver --- .github/workflows/autoformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 2465958c..1fd2f3f8 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.12 - name: Install pip modules run: pip install black isort