Skip to content

Commit

Permalink
update to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Dec 4, 2023
1 parent 6735c65 commit 8f0648f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ name = "pypi"
django = "*"
djangorestframework = "*"
dj-database-url = "*"
psycopg = "*"
coverage = "*"
whitenoise = "*"
pyyaml = "*"
gunicorn = "*"
uritemplate = "*"
psycopg = "*"

[dev-packages]
pylint = "*"
autopep8 = "*"

[requires]
python_version = "3.11"
python_version = "3.12"
7 changes: 2 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f0648f

Please sign in to comment.