From b7d5d07858f64155b60296aed9bc02deaa6933c6 Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Sat, 6 Jan 2024 13:46:20 +0300 Subject: [PATCH] chore: update python in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0c4acf..a17da68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.9 - name: Install Dependencies and library shell: bash run: |