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:
149
149
- compiler : gcc-old
150
150
cc : gcc-10
151
151
cxx : g++-10
152
- platform : ubuntu-20 .04
152
+ platform : ubuntu-22 .04
153
153
python : 3.7
154
154
deps : release
155
155
flavour : linux
156
156
- 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
160
160
python : 3.7
161
161
deps : release
162
162
flavour : linux
Original file line number Diff line number Diff line change @@ -41,10 +41,9 @@ pyosmium has the following dependencies:
41
41
* [ libz] ( https://www.zlib.net/ )
42
42
* [ libbz2] ( https://www.sourceware.org/bzip2/ )
43
43
* [ 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/ )
45
45
* 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)
48
47
49
48
### Compiling from Source
50
49
You can’t perform that action at this time.
0 commit comments