-
Notifications
You must be signed in to change notification settings - Fork 6
Explicitly test/support python 3.13 and 3.14 #490
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5ea6e83
Upgrade actions/checkout: 4.2.2 → 6.x
asnare f5e7128
Upgrade actions/setup-python: 5.x → 6.x
asnare 3c7f8a4
Upgrade Hatch: 1.9.4 -> 1.16.5
asnare 2545924
Switch to Hatch-controlled python versions, and run Hatch itself unde…
asnare fc2ef1c
Add Python 3.13 and 3.14 to the test matrix.
asnare 912644c
Update `make clean` to tidy up all venvs.
asnare 679b6c5
Remove unrecognised pylint option.
asnare 64e515d
Limit isort to src/ and tests/
asnare 4e84ecf
Ensure the ruff and pytest caches are located in the correct venv.
asnare 534e8fe
Explicitly indicate that 3.15 is not (yet) supported.
asnare 8855567
Also run acceptance tests for draft PRs.
asnare a8705c3
Downstream repo has changed: remorph -> lakebridge
asnare a39e64c
Revert default environment to using `.venv`.
asnare 128ce9d
Specify python versions for downstream projects that are compatible w…
asnare bdbd24f
Run downstream checks with system python 3.10
asnare 5da428e
Drop the lakebridge check; it doesn't do anything.
asnare c0a1659
Move comment to correct location.
asnare 48540b8
Sync style.
asnare b20c982
Ensure isort is the same for fmt and verify.
asnare 9dfa411
Ensure the mypy cache is also scoped to within the venv.
asnare 6c190db
No need to trigger on ready-for-review.
asnare 67ca745
Pre-install the version of python that hatch will need to set up for …
asnare File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -129,6 +129,7 @@ venv/ | |
| ENV/ | ||
| env.bak/ | ||
| venv.bak/ | ||
| .venv-*/ | ||
|
|
||
| # Spyder project settings | ||
| .spyderproject | ||
|
|
||
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.