changed versions for workflow (again)

This commit is contained in:
Raymond Kuiper 2024-03-08 13:40:31 +01:00
parent 89d5f22064
commit 3c7079117a

View File

@ -10,7 +10,7 @@ jobs:
matrix:
python-version: ["3.11","3.12"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: