-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AP-1873] bump to Python 3.10 (#1185)
* bump to Python 3.10 * using numpy==1.26.4 * python requirement in tap-postgres * fix some python3.10 links * fix some python3.10 links * fix docker file * bump pytz * bump pipelinewise-singer-python * bump tzlocal * downgrade tzlocal to 4.0.2 * downgrade pipelinewise-singer-python to 1.* * bump tzlocal in tap-mongodb * bump pipelinewise-singer-python in target-snowflake * fix numpy for target-snowflake * release 0.66.0
- Loading branch information
Showing
12 changed files
with
43 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,10 +27,10 @@ jobs: | |
continue-on-error: true | ||
run: ./scripts/ci_check_no_file_changes.sh python | ||
|
||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.10' | ||
|
||
- name: Check PipelineWise and all connectors are installable | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,11 @@ jobs: | |
continue-on-error: true | ||
run: ./scripts/ci_check_no_file_changes.sh python | ||
|
||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.10 | ||
if: steps.check.outcome == 'failure' | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.10' | ||
|
||
- name: Install dependencies | ||
if: steps.check.outcome == 'failure' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.10' | ||
|
||
- name: check structure | ||
run: ls -l gh_doc_automation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters