diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 637d399..e29832e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - - name: Set up Python 3.7 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.12' - name: Install test dependencies run: | diff --git a/README.md b/README.md index 30111a4..9d74b5a 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ Loxone offers many more control types and if you are missing one please create a | WindowMonitor | - | - | - | ## Installation -Tested with Python 3.7 on Ubuntu 18.04 +Tested with Python 3.12 on Ubuntu 22.04 -If you encounter issues with 3.7.x patch versions of Python, please open a Github issue. +If you encounter issues with 3.12.x patch versions of Python, please open a Github issue. ### Requirements Install needed requirements via pip diff --git a/tox.ini b/tox.ini index c40f286..49455ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,flake8 +envlist = py312,flake8 skipsdist = True [testenv]