-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add python3.12. * Empty-Commit * Revert "Add python3.12." This reverts commit 8bac5ef. * Revert "Revert "Add python3.12."" (#86) * Revert "Revert "Add python3.12."" This reverts commit f09d7d9. * attempt to fix py3.12 integration tests * attempt to fix py3.12 integration tests * attempt to fix py3.12 integration tests * attempt to fix py3.12 integration tests * attempt to fix py3.12 integration tests * attempt to fix py3.12 integration tests * Update numpy version for python3.12 integration tests * fix py312 integration test * fix * update test expected files for inflate64 * try upgrading inflate64 version to fix windows tests * Lower inflate64 version as python3.7 integ tests fail * Add conditions as there is no ideal version to satisfy python * update python condition * missed updating python version in integ test case --------- Co-authored-by: Haresh Nasit <[email protected]> --------- Co-authored-by: Sean O Brien <[email protected]> Co-authored-by: Haresh Nasit <[email protected]>
- Loading branch information
1 parent
f980325
commit c44e1b1
Showing
9 changed files
with
43 additions
and
9 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
3 changes: 2 additions & 1 deletion
3
tests/integration/workflows/python_pip/testdata/requirements-inflate.txt
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
inflate64==0.1.4 --no-binary=:inflate64: | ||
inflate64==0.3.1; python_version < '3.8' --no-binary=:inflate64: | ||
inflate64==1.0.0; python_version >= '3.8' --no-binary=:inflate64: |
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