diff options
author | 2023-08-04 21:56:41 -0700 | |
---|---|---|
committer | 2023-08-04 21:56:41 -0700 | |
commit | 4ae1e14eefc843fb733568247b1660be7bb29607 (patch) | |
tree | caebf9c4f910cb92a6caf2f3b19e570d9afe3771 /static-builds/netlify_build.py | |
parent | Clean up pragma intended for Python 3.10 removal (diff) | |
parent | Merge pull request #1063 from python-discord/dependabot/pip/django-4.2.4 (diff) |
Merge branch 'main' into clean-pragma
Diffstat (limited to 'static-builds/netlify_build.py')
-rw-r--r-- | static-builds/netlify_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static-builds/netlify_build.py b/static-builds/netlify_build.py index 2d311a11..4d4a613d 100644 --- a/static-builds/netlify_build.py +++ b/static-builds/netlify_build.py @@ -1,6 +1,6 @@ """Build script to deploy project on netlify.""" -# WARNING: This file must remain compatible with python 3.8 +# WARNING: This file must remain compatible with Python 3.8 # This script performs all the actions required to build and deploy our project on netlify # It depends on the following packages, which are set in the netlify UI: |