Skip to content

Commit

Permalink
fix: adjust project supported python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Jul 16, 2024
1 parent b2cb90d commit 96b9eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
uses: ./.github/workflows/test.yml
with:
coverage: ${{ (matrix.python-version == '3.12') }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"flask>=3.0.3",
"wsproto>=1.2.0",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
Expand Down

0 comments on commit 96b9eef

Please sign in to comment.