Skip to content

Commit

Permalink
0.2.21: python dep 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Jul 31, 2024
1 parent 4e66b29 commit dff5f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11", "3.12"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "pyftms"
version = "0.2.20"
version = "0.2.21"
description = "PyFTMS - Python Fitness Machine Service client library."
authors = ["Sergey V. DUDANOV <sergey.dudanov@gmail.com>"]
readme = "README.md"

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

Expand Down

0 comments on commit dff5f04

Please sign in to comment.