forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix badges and links #4
Merged
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
* fix link in travis-ci badge * fix binder badge * fix code of conduct file name
…ell (#3709) CI builds for the mingw64 env, so actually use it. Otherwise various env vars are missing and PATH is wrong. Use the shell provided by setup-msys2 instead of calling bash directly, no need to hardcode paths then.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
> Current Git (2.45.1) produces strict ISO dates with Z for any time with +00:00 time zone offest. Python prior to 3.11 does not understand these dates. This trunkes the Z in case of ValueError which is what old Python throws. The +00:00 offset is placed in the input string for fromisoformat instead.
Python 3.7 is end-of-life. Version 3.8 is in security (fixes) status till 2024-10. Changing version in code quality check (for Pylint) and in requirements file. Minimum version of Python is now specified as 3.8.
* Print first version of Python. * Print also Git version which we use during build (when available and it is available in the CI). * Print GRASS versions last because they actually need the build to be successful and this purposefully runs even for failures.
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.
README: fix badges and links (https://github.com/OSGeo/grass/pull/3706[)](https://github.com/a0x8o/grass/commit/f239f6744aa9aa2b1fcf71dc122c9b9951ae11ae)
CI: set the right environment for setup-msys2 and use the provided sh…
CI: Update rui314/setup-mold digest to 8de9eea (https://github.com/OSGeo/grass/pull/3699[)](https://github.com/a0x8o/grass/commit/e74fdfb7361aea5d3a894c226aa5fb42eafc6126)
CI: Update github/codeql-action action to v3.25.5 (https://github.com/OSGeo/grass/pull/3705[)](https://github.com/a0x8o/grass/commit/20d45c17443bafe4a61e3fa7d78c009487c84a33)
docker: Update debian:stable Docker digest to 82f8da1 (https://github.com/OSGeo/grass/pull/3707[)](https://github.com/a0x8o/grass/commit/dcfbefeb0ffcac05e834c5acb588228114c498fd)
wxGUI/gmodeler: Support actinia export (https://github.com/OSGeo/grass/pull/3005[)](https://github.com/a0x8o/grass/commit/c17eaff561da2b296eac89b4678387192a081063)
wxGUI/history: fix for updating command info after updating current r…
wxGUI/gmodeler: fix r.what module query map coordinate (https://github.com/OSGeo/grass/pull/3593[)](https://github.com/a0x8o/grass/commit/bbc3d9bb2347bd3a421145e7bf7c430a8fc13338)
build: Help older Python parse new Git dates (https://github.com/OSGeo/grass/pull/3721[)](https://github.com/a0x8o/grass/commit/85bf53be5cd63a27772e3db5decb1a60241024f4)
deps: Set min Python version to 3.8 (https://github.com/OSGeo/grass/pull/3719[)](https://github.com/a0x8o/grass/commit/0a16d5deca65ed3556088e152a04a3da1428e487)
CI: Print Python version first (https://github.com/OSGeo/grass/pull/3718[)](https://github.com/a0x8o/grass/commit/25961a86c26765f293d582900b00bb37403a780d)
doc: GRASS Programming Style Guide (https://github.com/OSGeo/grass/pull/3569[)](https://github.com/a0x8o/grass/commit/c189b1fdf90655994513b01a4d201fe2620b8a62)