-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BREAKING] Upgrade required Python version to 3.11, upgrade packages GDAL to 3.6 and autopep8 to 2.0 #166
Merged
Conversation
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
treee111
force-pushed
the
python-3.10
branch
2 times, most recently
from
November 12, 2022 15:10
71c6301
to
96b173b
Compare
treee111
force-pushed
the
develop
branch
2 times, most recently
from
November 12, 2022 20:25
b6266a1
to
9075b43
Compare
treee111
force-pushed
the
python-3.10
branch
from
November 13, 2022 21:40
96b173b
to
f034a8d
Compare
treee111
force-pushed
the
python-3.10
branch
from
November 13, 2022 23:28
f034a8d
to
efbf3ae
Compare
treee111
force-pushed
the
python-3.10
branch
2 times, most recently
from
November 17, 2022 21:33
49b8d1d
to
936edeb
Compare
treee111
force-pushed
the
python-3.10
branch
from
November 23, 2022 17:06
936edeb
to
3031289
Compare
treee111
force-pushed
the
python-3.10
branch
2 times, most recently
from
February 1, 2023 19:45
90f8872
to
46d365e
Compare
treee111
changed the title
[BREAKING] Upgrade required Python version to 3.10
[BREAKING] Upgrade required Python version to 3.11 and packages GDAL to 3.6 and autopep8 to 2.0
Feb 2, 2023
treee111
changed the title
[BREAKING] Upgrade required Python version to 3.11 and packages GDAL to 3.6 and autopep8 to 2.0
[BREAKING] Upgrade required Python version to 3.11, packages GDAL to 3.6 and autopep8 to 2.0
Feb 2, 2023
treee111
changed the title
[BREAKING] Upgrade required Python version to 3.11, packages GDAL to 3.6 and autopep8 to 2.0
[BREAKING] Upgrade required Python version to 3.11, upgrade packages GDAL to 3.6 and autopep8 to 2.0
Feb 2, 2023
4 tasks
treee111
added a commit
that referenced
this pull request
May 5, 2023
…GDAL to 3.6 and autopep8 to 2.0 (#166) * replace python 3.7 by python 3.11 in all relevant files * pylint checks only for Python 3.11 * replace gdal 3.4 by gdal 3.6 in all relevant files * update dev deps to latest minor version it's only autopep8... BREAKING CHANGE: You need to create a new Anaconda environment with Python v3.11 for this versino. These are the steps: 1. Remove existing environment: `conda env remove -n gdal-user` 2. Create new environment and install wahoomc: ``` conda create -n gdal-user python=3.11 geojson=2.5 gdal=3.6 pip --channel conda-forge --override-channels conda activate gdal-user pip install wahoomc ```
alfh
pushed a commit
to alfh/wahooMapsCreator
that referenced
this pull request
Nov 4, 2023
…GDAL to 3.6 and autopep8 to 2.0 (treee111#166) * replace python 3.7 by python 3.11 in all relevant files * pylint checks only for Python 3.11 * replace gdal 3.4 by gdal 3.6 in all relevant files * update dev deps to latest minor version it's only autopep8... BREAKING CHANGE: You need to create a new Anaconda environment with Python v3.11 for this versino. These are the steps: 1. Remove existing environment: `conda env remove -n gdal-user` 2. Create new environment and install wahoomc: ``` conda create -n gdal-user python=3.11 geojson=2.5 gdal=3.6 pip --channel conda-forge --override-channels conda activate gdal-user pip install wahoomc ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR…
Considerations and implementations
The former Python version 3.7 reaches end of live on the 27.06.2023 (https://devguide.python.org/versions/).
Upgrade existing Anaconda environment
Remove existing environment:
conda env remove -n gdal-user
Create new environment and install wahoomc:
After release v4.0.0 has been merged, this will also be taken over to the docs:
How to test
Pull Request Checklist