Skip to content

Commit

Permalink
Merge branch 'main' into dis-1134_prevent-duplicate-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Nov 14, 2022
2 parents f8d4e94 + 853e60c commit 2c3a106
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ long_description_content_type = text/markdown
license_files = LICENSE, COPYRIGHT
classifiers =
Programming Language :: Python :: 3

[options]
python_requires = ~=3.9
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ basepython = python3
deps =
flake8
flake8-black
vermin
commands =
flake8 dissect tests setup.py
vermin -t=3.9- --no-tips --lint dissect tests setup.py

[testenv:build]
# Force the Python version here, so building will be done with the correct
Expand Down

0 comments on commit 2c3a106

Please sign in to comment.