-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.10 compatibility and Python 3.7 deprecation (#417)
* Added Python 3.10 support * Removed Python 3.7 support * Updated .readthedocs.yml to new format and 3.10 * Updated GH Actions: - Win installer built with 3.10 - Fixed missing quotes around 3.10 - Updated Poetry to 1.1.13 - Changed full pytest run to 3.10 * Updated install doc * Updated CHANGELOG.md * Updated shapely to 1.8.1.post1 (needed for python 3.10) - This needed a specific fix, see #424 - Pinned pyinstaller-hooks-contrib to 2022.3 (to address changes in shapely 1.8.1) * cleaned code related to viewport in viewer * updated deps * updated readme.txt
- Loading branch information
Showing
12 changed files
with
421 additions
and
403 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
Oops, something went wrong.