ci: drop Python 3.9 from test matrix

meshcore >=2.2.31 requires Python >=3.10; 3.9 is not installable
and was failing the dependency install step in CI.
This commit is contained in:
Stacy Olivas
2026-03-17 20:54:52 -07:00
parent 750860b732
commit 92c591024d

View File

@@ -98,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4