Skip to content

Commit

Permalink
Try python 3.9 in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 authored Jan 26, 2024
1 parent 6011896 commit 61ba9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

strategy:
matrix:
python-version: [3.5]
python-version: [3.9]

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 61ba9d1

Please sign in to comment.