Skip to content

Commit

Permalink
use python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DamKast committed Nov 6, 2024
1 parent 24dd1bb commit d7d9afb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10
- name: Install wheel
run: >-
pip install wheel build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10
- name: Install wheel
run: >-
pip install wheel build
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = GPL-3.0

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.10
install_requires =
zigpy>=0.60.2
async_timeout
Expand All @@ -33,7 +33,6 @@ testing =
pytest-mock
pytest-cov
coveralls
asynctest; python_version < "3.8.0"

[coverage:run]
source = zigpy_zboss

0 comments on commit d7d9afb

Please sign in to comment.