Change python version in nightly .yml to 3.11.9

This commit is contained in:
Ean Garvey
2024-08-08 16:48:41 -05:00
committed by GitHub
parent 4759e808f2
commit b1d2cb3bad

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.11.9"]
steps:
- uses: actions/checkout@v2