Skip to content

Commit 79a61c3

Browse files
committed
README: Make more explicit that only x86 is supported.
1 parent f1589b5 commit 79a61c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ This SDK enables Dynatrace customers to extend request level visibility into Pyt
3232
<a name="requirements"></a>
3333
## Requirements
3434

35-
The SDK supports Python 2 ≥ 2.7 and Python 3 ≥ 3.4. Only the official CPython (that is, the "normal" Python, i.e. the Python implementation from <https://python.org>) is supported.
35+
The SDK supports Python 2 ≥ 2.7 and Python 3 ≥ 3.4. Only the official CPython (that is, the "normal" Python, i.e. the Python implementation
36+
from <https://python.org>) is supported and only on Linux (musl libc is currently not supported) and Windows with the x86 (including
37+
x86-64) architecture.
3638

3739
The Dynatrace OneAgent SDK for Python is a wrapper of the [Dynatrace OneAgent SDK for C/C++](https://github.com/Dynatrace/OneAgent-SDK-for-C) and therefore the SDK for C/C++ is required and delivered with the Python SDK. See [here](https://github.com/Dynatrace/OneAgent-SDK-for-C#dynatrace-oneagent-sdk-for-cc-requirements) for its requirements, which also apply to the SDK for Python.
3840

@@ -371,3 +373,5 @@ Summary: This software is licensed under the terms of the Apache License Version
371373
2.0 and comes bundled with the [six library by Benjamin
372374
Peterson](http://six.readthedocs.io/), which is licensed under the terms of the
373375
MIT license.
376+
377+
<!-- vim: set tw=140 linebreak: -->

0 commit comments

Comments
 (0)