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 name: Molecule
on: on:
push: push:
@@ -17,7 +16,7 @@ jobs:
fail-fast: false fail-fast: false
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.9] python-version: ["3.11"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4