File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
4
4
# here, and consider that our "oldest suppported environment".
5
5
6
- image : alpine/3.17 # python 3.10
6
+ image : alpine/3.18 # python 3.11
7
7
packages :
8
8
- docker
9
9
- docker-cli
28
28
sudo service docker start
29
29
- setup : |
30
30
cd vdirsyncer
31
+ # Hack, no idea why it's needed
32
+ sudo ln -s /usr/include/python3.11/cpython/longintrepr.h /usr/include/python3.11/longintrepr.h
31
33
make -e install-dev
32
34
- test : |
33
35
cd vdirsyncer
Original file line number Diff line number Diff line change 18
18
"requests >=2.20.0" ,
19
19
# https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa
20
20
"atomicwrites>=0.1.7" ,
21
- "aiohttp>=3.8.0 ,<4.0.0" ,
21
+ "aiohttp>=3.8.2 ,<4.0.0" ,
22
22
"aiostream>=0.4.3,<0.5.0" ,
23
23
]
24
24
You can’t perform that action at this time.
0 commit comments