dbt-labs / dbt-labs/dbt-converter
Need to support python after 3.10
- Dominant language
- Python
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
```
(venv) (⎈ |kind-kind:default)(base) ➜ jaffle_shop git:(feature/change-my-project) ✗ python -V
Python 3.10.6
```
```
(venv) (⎈ |kind-kind:default)(base) ➜ jaffle_shop git:(feature/change-my-project) ✗ pip install dbt-metrics-converter
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9,<3.10; 0.1.1 Requires-Python >=3.9,<3.10; 0.1.2 Requires-Python >=3.9,<3.10; 0.1.3 Requires-Python >=3.9,<3.10; 0.1.3b1 Requires-Python >=3.9,<3.10; 0.1.4 Requires-Python >=3.9,<3.10; 0.1.5 Requires-Python >=3.9,<3.10; 0.1.5.1 Requires-Python >=3.8,<3.10
ERROR: Could not find a version that satisfies the requirement dbt-metrics-converter (from versions: none)
ERROR: No matching distribution found for dbt-metrics-converter
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.