Skip to content

Commit

Permalink
remove support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Aug 30, 2024
1 parent 47806cc commit 188d667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pyqwe"
description = 'Run commands set in the pyproject.toml file'
authors = [{ name = "David Carmichael", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { file = "LICENSE" }
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version"]
Expand Down

0 comments on commit 188d667

Please sign in to comment.