added python 3.12 to ctest

This commit is contained in:
DJ2LS 2023-01-20 16:17:55 +01:00
parent 440fda917a
commit 784aa9cf82

View file

@ -21,6 +21,7 @@ jobs:
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
steps:
- uses: actions/checkout@v3