Compare commits

...

4 Commits

Author SHA1 Message Date
Leah Antkiewicz
fbd415a6fa Adding changelog 2021-09-02 16:21:07 -04:00
Leah Antkiewicz
e99782e44c Fixing typo 2021-09-02 16:15:35 -04:00
Leah Antkiewicz
05248dad2b Updating python_requires in all the places 2021-09-02 16:14:05 -04:00
Leah Antkiewicz
808bcd00d8 Adding Python 3.9.7 warning 2021-09-02 11:26:30 -04:00
7 changed files with 7 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ Contributors:
- Better error handling for BigQuery job labels that are too long. ([#3612](https://github.com/dbt-labs/dbt/pull/3612), [#3703](https://github.com/dbt-labs/dbt/pull/3703))
- Get more information on partial parsing version mismatches ([#3757](https://github.com/dbt-labs/dbt/issues/3757), [#3758](https://github.com/dbt-labs/dbt/pull/3758))
- Removing Python 3.9.7 as supported by dbt ([#3853](https://github.com/dbt-labs/dbt/pull/3853))
### Fixes

View File

@@ -86,5 +86,5 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.6.3",
python_requires=">=3.6.3,!=3.9.7",
)

View File

@@ -69,5 +69,5 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.6.2",
python_requires=">=3.6.2,!=3.9.7",
)

View File

@@ -87,5 +87,5 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.6.2",
python_requires=">=3.6.2,!=3.9.7",
)

View File

@@ -66,5 +66,5 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.6.2",
python_requires=">=3.6.2,!=3.9.7",
)

View File

@@ -66,5 +66,5 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.6.2",
python_requires=">=3.6.2,!=3.9.7",
)

View File

@@ -63,5 +63,5 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires=">=3.6.2",
python_requires=">=3.6.2,!=3.9.7",
)