From 4a4bd790fe2c0c70258da97d062649b9ab0f45db Mon Sep 17 00:00:00 2001 From: sjquant Date: Fri, 19 Apr 2024 16:25:51 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Change=20python=20version=20depe?= =?UTF-8?q?ndency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cb79a46..f5f6dab 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.10" - name: Install Poetry run: | @@ -54,7 +54,7 @@ jobs: with: tag_name: ${{ steps.version_check.outputs.new_version }} generate_release_notes: True - + - name: mint API token id: mint-token run: | diff --git a/pyproject.toml b/pyproject.toml index 47e28f5..32d69ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" typer = "^0.9.0" pydantic = "^2.6.3"