From 320c666b547fc77738e291c655c885fafb887d25 Mon Sep 17 00:00:00 2001 From: Scott Gigante Date: Mon, 19 Jun 2023 14:14:33 -0400 Subject: [PATCH] use py3.11 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f77506b..4ee2329 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,10 +21,10 @@ jobs: steps: - uses: actions/checkout@master - - name: Set up Python 3.7 + - name: Set up Python 3.11 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.11 - name: Install pypa/build run: >-