Skip to content

Commit 1ccffbe

Browse files
Update tests-minimal to Alpine 3.20
1 parent c436fa7 commit 1ccffbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.builds/tests-minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
44
# here, and consider that our "oldest suppported environment".
55

6-
image: alpine/v3.19 # python 3.11
6+
image: alpine/3.20 # python 3.12
77
packages:
88
- docker
99
- docker-cli
@@ -28,7 +28,7 @@ tasks:
2828
- setup: |
2929
cd vdirsyncer
3030
# Hack, no idea why it's needed
31-
sudo ln -s /usr/include/python3.11/cpython/longintrepr.h /usr/include/python3.11/longintrepr.h
31+
sudo ln -s /usr/include/python3.12/cpython/longintrepr.h /usr/include/python3.12/longintrepr.h
3232
make -e install-dev
3333
- test: |
3434
cd vdirsyncer

0 commit comments

Comments
 (0)