Skip to content

Commit

Permalink
Use python 3.12 in lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Dec 18, 2024
1 parent c4eab6b commit c6809f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.12'
steps:

- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c6809f5

Please sign in to comment.