Skip to content

Commit

Permalink
Merge pull request #35 from MikhailKravets/1.2.4
Browse files Browse the repository at this point in the history
1.2.4
  • Loading branch information
MikhailKravets authored Jan 2, 2024
2 parents ea75769 + b394e65 commit 1c1758c
Show file tree
Hide file tree
Showing 5 changed files with 534 additions and 462 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.11", "3.12"]
outputs:
coverage: ${{ steps.test.outputs.coverage }}

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repos:
- id: check-yaml
- id: check-added-large-files
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ exceptiongroup = {version = "*", markers = "python_version < '3.11'"}
tomli = {version = "*", markers = "python_version < '3.11'"}

[requires]
python_version = "3.11"
python_version = "3.12"
Loading

0 comments on commit 1c1758c

Please sign in to comment.