Skip to content

Commit

Permalink
Update pyproject.toml: py >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev authored Dec 26, 2024
1 parent 2983042 commit 0fe48f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cookiecutter-aioworkers-plugin"
version = "0.0.0"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"cookiecutter==2.5.0",
"scaraplate==0.5",
Expand Down Expand Up @@ -48,7 +48,6 @@ cov = [

[[tool.hatch.envs.all.matrix]]
python = [
"3.8",
"3.9",
"3.10",
"3.11",
Expand Down

0 comments on commit 0fe48f5

Please sign in to comment.