From 849682a885abaf8dc59b8763a8c6a30c50ebc2b8 Mon Sep 17 00:00:00 2001 From: voluntas Date: Sun, 14 Jul 2024 20:24:29 +0900 Subject: [PATCH] =?UTF-8?q?Python=203.9=20=E3=81=8B=E3=82=89=E5=AF=BE?= =?UTF-8?q?=E5=BF=9C=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 2 +- .python-version | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index d4e0d010..f2ec5140 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -19,7 +19,7 @@ jobs: TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }} TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }} steps: - - uses: eifinger/setup-rye@v2 + - uses: eifinger/setup-rye@v3 - uses: actions/checkout@v4 - run: | sudo apt-get update diff --git a/.python-version b/.python-version index 8531a3b7..9f3d4c17 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.2 +3.9.16 diff --git a/pyproject.toml b/pyproject.toml index 0d768583..c2ea8ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,12 @@ license = { file = "LICENSE" } classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -requires-python = ">= 3.8" +requires-python = ">= 3.9" [project.urls] Source = "https://github.com/shiguredo/sora-python-sdk"