Skip to content

Commit

Permalink
github: pylint: new supported versions
Browse files Browse the repository at this point in the history
Python 3.8 has been marked as EoL almost 2 months ago.

Python 3.11, 3.12 and 3.13 have been released.

Link: https://devguide.python.org/versions/
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Dec 2, 2024
1 parent 9a4d428 commit dc6c4b4
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit dc6c4b4

Please sign in to comment.