File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 - uses : actions/checkout@v4
4949 - uses : actions/setup-python@v5
5050 with :
51- python-version : 3.10
51+ python-version : 3.13
5252 - name : Install dependencies
5353 run : |
5454 python -m pip install --upgrade pip
6262 - uses : actions/checkout@v4
6363 - uses : actions/setup-python@v5
6464 with :
65- python-version : 3.10
65+ python-version : 3.13
6666 - name : Install dependencies
6767 run : |
6868 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 77### Changed
88### Fixed
99- Bump postgres version to 15 in local dev environment (@marteinn )
10- - Use python 3.10 when running linting/publish in CI (@marteinn )
10+ - Use python 3.13 when running linting/publish in CI (@marteinn )
1111
1212### Removed
1313- Drop support for Wagtail 5.2 (@marteinn )
You can’t perform that action at this time.
0 commit comments