Skip to content

Commit

Permalink
ci(gh-actions): remove python v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Apr 26, 2024
1 parent c5ac29e commit ec74b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/[email protected]

Expand Down

0 comments on commit ec74b51

Please sign in to comment.