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 7d08ded commit 0b1e37dCopy full SHA for 0b1e37d
README.md
@@ -8,7 +8,7 @@ manner.
8
9
## Installation
10
11
-Pyosmium works with Python >= 3.7. Pypy is known to not work.
+Pyosmium works with Python >= 3.8. Pypy is known to not work.
12
13
### Using Pip
14
@@ -40,7 +40,7 @@ pyosmium has the following dependencies:
40
* [expat](https://libexpat.github.io/)
41
* [libz](https://www.zlib.net/)
42
* [libbz2](https://www.sourceware.org/bzip2/)
43
- * [Boost](https://www.boost.org/) variant and iterator >= 1.41
+ * [Boost](https://www.boost.org/) variant and iterator >= 1.70
44
* [Python Requests](https://docs.python-requests.org/)
45
* Python setuptools
46
* a C++17-compatible compiler (Clang 13+, GCC 10+ are supported)
0 commit comments