Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Update Python versions in the GitHub Build workflow to match supported versions
Update GitHub Build workflow to use latest action versions
Update PyTado version to 0.14.0
  • Loading branch information
chiefdragon committed Oct 16, 2022
1 parent 8ff0cb1 commit a52a4ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
requirements = [x.strip() for x in open(here('requirements.txt')).readlines()]

setup(name='python-tado',
version='0.13.0',
version='0.14.0',
description='PyTado from chrism0dwk, modfied by w.malgadey, diplix, michaelarnauts, LenhartStephan, splifter, syssi, andersonshatch, Yippy, p0thi',
long_description=readme,
keywords='tado',
Expand Down

0 comments on commit a52a4ec

Please sign in to comment.