Skip to content

Commit

Permalink
actually just bump it to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Jan 2, 2023
1 parent 7f3acd4 commit ef6223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential
shell: bash

- name: Install Python 3.7
- name: Install Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ef6223d

Please sign in to comment.