Skip to content

Commit

Permalink
upgrade python to 3.10 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Oct 28, 2024
1 parent 3db6efd commit f130ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.10

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

0 comments on commit f130ac8

Please sign in to comment.