Skip to content

Commit

Permalink
Drop 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 23, 2024
1 parent 375d041 commit d5ffb1b
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 77 deletions.
1 change: 0 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
147 changes: 74 additions & 73 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -40,7 +39,7 @@ istub = 'istub.main:main'
"Bug Tracker" = "https://github.com/youtype/istub/issues"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
pip = "*"
pyyaml = "*"

Expand Down Expand Up @@ -69,7 +68,7 @@ reportMissingTypeArgument = "error"
reportIncompatibleMethodOverride = "error"
reportIncompatibleVariableOverride = "error"
reportUnknownParameterType = "error"
pythonVersion = "3.7"
pythonVersion = "3.8"

[tool.ruff]
exclude = [
Expand Down

0 comments on commit d5ffb1b

Please sign in to comment.