-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from overcastsoftware/test-matrix-upgrade-wagtail5
Adding more versions to the test matrix, removing support for wagtail<3
- Loading branch information
Showing
4 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Use an official Python runtime as a parent image | ||
FROM python:3.8-bullseye | ||
FROM python:3.10-bullseye | ||
LABEL maintainer="[email protected]" | ||
|
||
# Set environment varibles | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Django>=4.0,<4.1 | ||
wagtail==5.1.2 | ||
Django>=4.0,<4.3 | ||
wagtail<5.2 | ||
dj-database-url==0.4.1 | ||
psycopg2-binary>=2.7,<3.0 | ||
debugpy==1.5.1 |