Add Python 3.11 to the testing (#324)

This commit is contained in:
Christian Clauss
2022-12-12 16:19:52 +01:00
committed by GitHub
parent d946be2f3d
commit 2fbb152386

View File

@@ -17,6 +17,7 @@ jobs:
- "3.8" - "3.8"
- "3.9" - "3.9"
- "3.10" - "3.10"
- "3.11"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install poetry - name: Install poetry