Skip to content

Commit

Permalink
fix: remove python 3.7/3.8 references, use 3.9
Browse files Browse the repository at this point in the history
We started using the newer docker image `cb-django:3.9-slim-buster` but didn't
update older references of python versions which breaks docker builds.
  • Loading branch information
danielsousaio committed Apr 8, 2024
1 parent d2b12ad commit ac3f245
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 ac3f245

Please sign in to comment.