From e74c7a497921aa8c0eed86837b04773e7efdcb1d Mon Sep 17 00:00:00 2001 From: ryo-ma Date: Sat, 17 Feb 2024 16:00:36 +0900 Subject: [PATCH] chore(update.yml): update Python version from 3.10.9 to 3.11.8 to use the latest stable version chore(update.yml): update tabula-py and pandas dependencies to the latest versions --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6742ce4..a0f6c72 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: "3.10.9" + python-version: "3.11.8" - name: Install Python dependencies run: pip install tabula-py pandas - name: PDF to CSV