running with python 3.11

This commit is contained in:
Khalim Conn-Kowlessar 2025-05-15 16:34:15 +01:00
parent e801d1316f
commit b53e172d7c

View file

@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install tox via Makefile
run: |