Skip to content

Commit

Permalink
Chore: Update python in tests to 3.8 as 3.7 reached end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
meliache committed Nov 3, 2023
1 parent 5de1d14 commit 2d04d6e
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 @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- name: Cache pip
uses: actions/cache@v2
Expand Down

0 comments on commit 2d04d6e

Please sign in to comment.