CI - add Python 3.12
This commit is contained in:
parent
cc84a0a60c
commit
61bbfc37e4
2
.github/workflows/.tests-python.yml
vendored
2
.github/workflows/.tests-python.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
--health-retries 5
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Poetry and Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user