Skip to content

Commit

Permalink
Merge pull request #6 from MartinPeris/5-test-on-python-311-and-312
Browse files Browse the repository at this point in the history
5 test on python 311 and 312
  • Loading branch information
MartinPeris authored Mar 15, 2024
2 parents b4fb38d + 9bb20a0 commit fe12c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint numpy pytest
pip install pylint numpy pytest setuptools
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit fe12c03

Please sign in to comment.