version update (#257)

This commit is contained in:
HarithaVattikuti
2024-02-14 11:34:20 -06:00
committed by GitHub
parent 9903e2d963
commit eaf1258a7f

View File

@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
python: [3.9.12, 3.10.8, 3.11.10]
python: [3.9.12, 3.10.8, 3.11.8]
steps:
- name: setup-python ${{ matrix.python }}
uses: actions/setup-python@v4