Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 2552995

Browse files
authored
fix(deps): security issues wrt black and starlette (#65)
BREAKING CHANGE: bump min Python to 3.9 for black 24+ support
1 parent 26da782 commit 2552995

File tree

4 files changed

+200
-208
lines changed

4 files changed

+200
-208
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ "3.8", "3.9", "3.10" ]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1616
name: Run tests for Python ${{ matrix.python-version }}
1717
steps:
1818
- uses: actions/checkout@v2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Zabbix monitoring with low-level discovery for Philips Hue networks.
1313

1414
- Zabbix server 5.0+
1515
- Zabbix agent 5.0+
16-
- Python 3.8+ on Zabbix agent machine
16+
- Python 3.9+ on Zabbix agent machine
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)