Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Jul 12, 2024
1 parent 71d1312 commit 72f8c2f
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 18 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.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
uses: ./.github/workflows/test.yml
with:
coverage: ${{ (matrix.python-version == '3.12') }}
Expand Down
86 changes: 71 additions & 15 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ authors = [
{name = "ch-iv", email = "[email protected]"},
]
dependencies = [
"simple-websocket>=1.0.0",
"flask>=3.0.3",
"wsproto>=1.2.0",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
Expand Down Expand Up @@ -65,6 +65,7 @@ test = [
"requests>=2.32.3",
"types-requests>=2.32.0.20240622",
"multiprocess>=0.70.16",
"exceptiongroup>=1.2.1",
]
lint = [
"mypy>=1.10.1",
Expand Down

0 comments on commit 72f8c2f

Please sign in to comment.