Skip to content

Commit

Permalink
trying python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Sep 10, 2024
1 parent 936eb4e commit 12d956d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v3

### Setting up python
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11

### Getting the version from the git tag or the branch name if there is none
- name: Get the version
Expand Down

0 comments on commit 12d956d

Please sign in to comment.