Skip to content

Commit

Permalink
Update deps and min python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Feb 10, 2024
1 parent b9a67ec commit 573e4dd
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Python 3.9
- name: Set up Python 3.11
id: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
133 changes: 50 additions & 83 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.10.0"
python = ">=3.11.0"
protobuf = ">=3.20"
zeroconf = ">=0.38"

[tool.poetry.dev-dependencies]
black = "^23.12.1"
isort = "^5.13.2"
poethepoet = "^0.24.4"
pytest = "^7.4.4"
pytest = "^8.0.0"
pytest-asyncio = "^0.23"
flake8 = "^7.0.0"
pylint = "^3.0.3"
Expand Down

0 comments on commit 573e4dd

Please sign in to comment.