Skip to content

Commit

Permalink
Setup python 3.11
Browse files Browse the repository at this point in the history
Just stabbing in the dark for what it will accept
  • Loading branch information
rpdelaney committed Sep 7, 2023
1 parent 513cf55 commit 70d030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
python-version: 3.11.4
python-version: 3.11

- name: Install build & test dependencies
run: |-
Expand Down

0 comments on commit 70d030f

Please sign in to comment.