Skip to content

Commit

Permalink
Update packages, Python to 3.11+ and dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JPTIZ committed Dec 26, 2023
1 parent a642cc9 commit 3ac72d8
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 365 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.8]
python-version: [3.11]

steps:
-
Expand All @@ -30,4 +30,4 @@ jobs:
poetry run isort --check-only --diff --line-width=100 .
poetry run black --check --diff --line-length=100 .
poetry run pylint --fail-under 7.0 $(git ls-files '*.py')
poetry run pytest
poetry run pytest
Loading

0 comments on commit 3ac72d8

Please sign in to comment.