Skip to content

Commit e0157c7

Browse files
committed
Python versions to test with up to 3.14
1 parent 7428044 commit e0157c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1616

1717
steps:
1818
- name: Checkout

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.14-alpine
22

33
ENV WORK_DIR=workdir \
44
HASSIO_DATA_PATH=/data \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ See [wiki](https://github.com/ParadoxAlarmInterface/pai/wiki/Installation)
6565
## Tested Environment
6666

6767
Tested in the following environment:
68-
* Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
68+
* Python 3.10, 3.11, 3.12, 3.13 and 3.14
6969
* Mosquitto MQTT Broker > 1.4.8
7070
* OrangePi 2G-IOT, NanoPi NEO, and Raspberry Pi 3 through their built in Serial Port (with a level shifter!), or a USB RS232 TTL adapter (CP2102, PL2303, CH340, etc..)
7171
* Ubuntu Server 16.04.3 LTS

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Signal =
6262
gi>=1.2
6363

6464
[flake8]
65-
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
65+
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build,tests/encodings
6666
max-complexity = 25
6767
doctests = True
6868
# To work with Black

0 commit comments

Comments
 (0)