Add Python 3.11 support to lint and test workflows

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-15 15:31:31 -03:00
commit 05ce063626
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Install poetry

View file

@ -15,7 +15,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
steps: