Skip to content

Commit

Permalink
Python 3.9 から対応にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jul 14, 2024
1 parent 5903ef1 commit 849682a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.2
3.9.16
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 849682a

Please sign in to comment.