File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,14 @@ jobs:
149149 - compiler : gcc-old
150150 cc : gcc-10
151151 cxx : g++-10
152- platform : ubuntu-20 .04
152+ platform : ubuntu-22 .04
153153 python : 3.7
154154 deps : release
155155 flavour : linux
156156 - compiler : clang-old
157- cc : clang-10
158- cxx : clang++-10
159- platform : ubuntu-20 .04
157+ cc : clang-13
158+ cxx : clang++-13
159+ platform : ubuntu-22 .04
160160 python : 3.7
161161 deps : release
162162 flavour : linux
Original file line number Diff line number Diff line change @@ -41,10 +41,9 @@ pyosmium has the following dependencies:
4141 * [ libz] ( https://www.zlib.net/ )
4242 * [ libbz2] ( https://www.sourceware.org/bzip2/ )
4343 * [ Boost] ( https://www.boost.org/ ) variant and iterator >= 1.41
44- * [ Python Requests] ( https://docs.python-requests.org/en/master/ )
44+ * [ Python Requests] ( https://docs.python-requests.org/ )
4545 * Python setuptools
46- * [ Requests] ( https://requests.readthedocs.io )
47- * a C++17-compatible compiler (Clang 7+, GCC 8+)
46+ * a C++17-compatible compiler (Clang 13+, GCC 10+ are supported)
4847
4948### Compiling from Source
5049
You can’t perform that action at this time.
0 commit comments