-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DE-9920 python 3.11 compatibility (#363)
* Update github actions and ubuntu * Move 3.11 upgrade to new PR * Intermediate comparison commit * Final formatting * Run test-postgres and lint action in 3.11 * Treat type as length zero * Try bumping spark version to 3.11 compatible one * Remove unnnecessary list comp * Add more context to Tuple length comment * Revert to previous redun behavior * Revert unit test change
- Loading branch information
Showing
6 changed files
with
24 additions
and
21 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ pandas | |
pdbpp | ||
pre-commit | ||
pyarrow | ||
pyspark==3.1.3 | ||
pyspark==3.4.3 | ||
pytest==6.2.5 | ||
tox | ||
vcrpy==4.1.1 | ||
|