Skip to content

Commit

Permalink
py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Oct 24, 2024
1 parent 3296838 commit 05f4365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Sergey V. DUDANOV <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
python = ">=3.12,<3.14"
bleak = ">=0.21.0"
bleak-retry-connector = "3.6.0"

Expand Down

0 comments on commit 05f4365

Please sign in to comment.