Match version of python for 3.11 to the one in manifest.

This commit is contained in:
Joeri Abbo 2023-05-27 13:48:15 +02:00
parent 7693cef346
commit ec8b079eb1

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.3]
steps:
- name: setup-python ${{ matrix.python }}
uses: actions/setup-python@v4