Skip to content

Commit

Permalink
Update GitHub Actions Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneLambert committed Dec 11, 2023
1 parent 978148d commit fc2b773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Set up Python 3.10.8
- name: Set up Python 3.12.0
uses: actions/setup-python@v1
with:
python-version: 3.10.8
python-version: 3.12.0

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit fc2b773

Please sign in to comment.