Test with Python 3.11 in main workflow

This commit is contained in:
Gabriel Augendre 2022-11-01 08:18:33 +01:00 committed by GitHub
parent 44e455b596
commit 61dcd0a7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: poetry
- name: Install dependencies
run: |