Skip to content

Commit

Permalink
reformatted the python compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSharma15 committed Nov 7, 2024
1 parent 2812eaa commit bb9a64e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions website/docs/docs/core/connect-data-platform/teradata-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ import SetUpPages from '/snippets/_setup-pages-intro.md';

## Python compatibility

| Plugin version | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 |
| -------------- | ----------- | ----------- | ------------ | ------------ |
|1.0.0.x | ✅ | ❌ | ❌ | ❌
|1.1.x.x | ✅ | ✅ | ❌ | ❌
|1.2.x.x | ✅ | ✅ | ❌ | ❌
|1.3.x.x | ✅ | ✅ | ❌ | ❌
|1.4.x.x | ✅ | ✅ | ✅ | ❌
|1.5.x | ✅ | ✅ | ✅ | ❌
|1.6.x | ✅ | ✅ | ✅ | ❌
|1.7.x | ✅ | ✅ | ✅ | ❌
|1.8.x | ✅ | ✅ | ✅ | ✅
| Plugin version | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 |
|----------------|------------|-------------|-------------|-------------|
| 1.0.0.x || || |
| 1.1.x.x || || |
| 1.2.x.x || || |
| 1.3.x.x || || |
| 1.4.x.x || || |
| 1.5.x || || |
| 1.6.x || || |
| 1.7.x || || |
| 1.8.x || || |

## dbt dependent packages version compatibility

Expand Down

0 comments on commit bb9a64e

Please sign in to comment.