Skip to content

Commit 50f675b

Browse files
pauldambraclaudegreptile-apps[bot]
authored
chore: add SDK version support table to README (#402)
* docs: add Python version support table to README Add a table documenting which SDK versions introduced or dropped support for different Python versions, based on CHANGELOG.md entries. * fix: correct Python 3.14 support version to 7.4.3 * Apply suggestions from code review Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: Claude <[email protected]> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 7dd6229 commit 50f675b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
Please see the [Python integration docs](https://posthog.com/docs/integrations/python-integration) for details.
1414

15+
## Python Version Support
16+
17+
| SDK Version | Python Versions Supported | Notes |
18+
|-------------|---------------------------|-------|
19+
| 7.3.1+ | 3.10, 3.11, 3.12, 3.13, 3.14 | Added Python 3.14 support |
20+
| 7.0.0 - 7.0.1 | 3.10, 3.11, 3.12, 3.13 | Dropped Python 3.9 support |
21+
| 4.0.1 - 6.x | 3.9, 3.10, 3.11, 3.12, 3.13 | Python 3.9+ required |
22+
1523
## Development
1624

1725
### Testing Locally

0 commit comments

Comments
 (0)