Skip to content

Commit

Permalink
consider python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Sep 26, 2023
1 parent 5be577b commit 1633b3e
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 167 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python-version:
- "3.10"
- "3.11"
- "3.12"
include:
- os: Ubuntu
image: Ubuntu-22.04
Expand All @@ -33,6 +34,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down
52 changes: 26 additions & 26 deletions azure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1633b3e

Please sign in to comment.