Skip to content

Commit

Permalink
feat(python)!: Remove support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaulifn committed Oct 25, 2023
1 parent a3d57ee commit 558f47e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
103 changes: 53 additions & 50 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 @@ -6,7 +6,7 @@ authors = ["Nathaniel McAuliffe <[email protected]>"]
readme = "README.rst"

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
anyconfig = "0.13.0"
responses = "0.23.3"
isodate = "0.6.1"
Expand Down

0 comments on commit 558f47e

Please sign in to comment.