From 3e5ab1e4785ddab56ee15ee55a5acba037028e29 Mon Sep 17 00:00:00 2001 From: Dhruba Adhikari <1309805+acpmasquerade@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:53:53 +0545 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec0636b..5dccdd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.6.15' + python-version: '3.10' - name: Install dependencies and environment run: | make pipenv