Skip to content

Commit

Permalink
Test with latest stable Python (3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevaillancourt committed Oct 4, 2024
1 parent 44d1ea0 commit 32615e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: Run tests
strategy:
matrix:
python: ['3.6']
python: ['3.12']
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 32615e9

Please sign in to comment.