update setup-python

This commit is contained in:
Schmieder, Jacob
2024-05-17 11:25:50 +00:00
parent d9750c17d3
commit 131d7fdb23
+2 -2
View File
@@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]
python-version: [3.9, 3.11, 3.12]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install package