Skip to content

Commit 587e255

Browse files
authored
Merge pull request #11 from InfrastructureAsCode-ch/main
Update develop brunch with dependencie updates and python 3.11 tests
2 parents d7f411d + f10457f commit 587e255

File tree

3 files changed

+258
-132
lines changed

3 files changed

+258
-132
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939
strategy:
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4242
platform: [ubuntu-latest, macOS-latest, windows-latest]
4343
runs-on: ${{ matrix.platform }}
4444
steps:

0 commit comments

Comments
 (0)