Skip to content

Commit

Permalink
feat(python): Update to 3.12
Browse files Browse the repository at this point in the history
henrikstranneheim committed Sep 23, 2024
1 parent deef324 commit 76a9d11
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Crunchy_CI.yml
Original file line number Diff line number Diff line change
@@ -5,16 +5,17 @@ jobs:
test-coverage:
name: Test Crunchy
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]

steps:

- name: Git checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"


- name: Install and configure Poetry
uses: snok/install-poetry@v1

0 comments on commit 76a9d11

Please sign in to comment.