Bump to Python 3.11

This commit is contained in:
Magne Sjaastad
2024-05-21 14:51:20 +02:00
parent ff9b13163a
commit bbebdbba4c

View File

@@ -72,7 +72,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Display Python version
run: python -c "import sys; print(sys.version)"