Skip to content

Commit

Permalink
core: drop support for python<3.8.1
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
the-forest-tree authored and the-forest-tree committed Aug 26, 2024
1 parent 8c6f063 commit 6d66cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 109 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

nox.options.reuse_existing_virtualenvs = True

PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11"]
REQUIREMENTS_CONTENT = {}


Expand Down
108 changes: 1 addition & 107 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["Makefile", ".pre-commit-config.yaml", "manifest.json", "tests", "poe


[tool.poetry.dependencies]
python = ">=3.7"
python = "^3.8.1"
pydantic = "1.10.8"
Jinja2 = "^3.0.3"
hrflow = ">=2.1.0"
Expand Down

0 comments on commit 6d66cf5

Please sign in to comment.