Skip to content

Commit

Permalink
Merge pull request #18 from NETWAYS/chore/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
martialblog authored May 16, 2024
2 parents e15c5b4 + 1bd0585 commit 84ee0fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.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.9]
python-version: [3.9, 3.12]
name: GitHub Action
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pylint==2.15.0
coverage==7.0.5
pylint==3.2.0
coverage==7.5.1

0 comments on commit 84ee0fc

Please sign in to comment.