Skip to content

Commit

Permalink
Merge pull request #71 from maresb/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Jul 20, 2024
2 parents 8e285f6 + 4a2dc4f commit ce064f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions news/deprecate-python-3.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Deprecated:

* Require Python 3.8 or higher
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = 'Marius van Niekerk', email = '[email protected]' }
]
license = 'MIT'
requires-python = '>=3.7'
requires-python = '>=3.8'
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand All @@ -23,7 +23,6 @@ dependencies = [
"typer",
"pydantic >=2",
"pydantic-settings",
'importlib_metadata; python_version < "3.8.0"',
]
dynamic = ["version"]

Expand Down

0 comments on commit ce064f8

Please sign in to comment.