CI - add Python 3.12

This commit is contained in:
Sam 2023-10-03 10:23:12 +02:00
parent cc84a0a60c
commit 61bbfc37e4

View File

@ -32,7 +32,7 @@ jobs:
--health-retries 5 --health-retries 5
strategy: strategy:
matrix: matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ] python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Poetry and Dependencies - name: Install Poetry and Dependencies