Skip to content

Commit

Permalink
fix: remove python 3.7/3.8 references, use 3.9 (#734)
Browse files Browse the repository at this point in the history
fix: remove python 3.7/3.8 references, use 3.9
  • Loading branch information
alaisgomes authored Apr 23, 2024
2 parents d2b12ad + ac3f245 commit 8283124
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 250 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[dev-packages]

[requires]
python_version = "3.8"
python_version = "3.9"

[packages]
cryptography = "~=42.0.4"
Expand Down
Loading

0 comments on commit 8283124

Please sign in to comment.