Skip to content

Commit be789d7

Browse files
committed
Use python 3.13 when running linting/publish in CI
1 parent 52ee361 commit be789d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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)

0 commit comments

Comments
 (0)