ci: update Python 3.9→3.11

This commit is contained in:
Larry Smith Jr.
2026-04-08 10:00:48 -04:00
parent 454649d90b
commit af9951c5cd
+1 -2
View File
@@ -1,4 +1,3 @@
---
name: Molecule
on:
push:
@@ -17,7 +16,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
python-version: [3.9]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4