We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c436fa7 commit 1ccffbeCopy full SHA for 1ccffbe
1 file changed
.builds/tests-minimal.yml
@@ -3,7 +3,7 @@
3
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
4
# here, and consider that our "oldest suppported environment".
5
6
-image: alpine/v3.19 # python 3.11
+image: alpine/3.20 # python 3.12
7
packages:
8
- docker
9
- docker-cli
@@ -28,7 +28,7 @@ tasks:
28
- setup: |
29
cd vdirsyncer
30
# Hack, no idea why it's needed
31
- sudo ln -s /usr/include/python3.11/cpython/longintrepr.h /usr/include/python3.11/longintrepr.h
+ sudo ln -s /usr/include/python3.12/cpython/longintrepr.h /usr/include/python3.12/longintrepr.h
32
make -e install-dev
33
- test: |
34
0 commit comments