just python 3.11

This commit is contained in:
Dex
2025-07-28 11:14:28 -05:00
committed by GitHub
parent 428c2a64bf
commit 04782a8bdc

View File

@@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11"]
fail-fast: false
steps:
- name: Check out