-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt SPEC0 calendar, drop Python3.9 (#1915)
### What kind of change does this PR introduce? * Extends support for Python3.13 and drops support for Python3.9 * Raises the base required versions for a handful of dependencies based on Scientific Python's SPEC 0 standard: * `ipython` to v8.5.0+ * `matplotlib` to v3.6.0+ * `numpy` to v1.23+ * `scikit-learn` to v1.1.0+ * Updates the codebase to use Python3.10+ conventions * `nbsphinx` has been pinned to v0.9.5+ ### Does this PR introduce a breaking change? Yes. Python3.9 support has been dropped. ### Other information: https://scientific-python.org/specs/spec-0000/ https://peps.python.org/pep-0619/ Notable changes: * https://peps.python.org/pep-0604/ * https://peps.python.org/pep-0618/
- Loading branch information
1 parent
e9ae422
commit ba5901d
Showing
43 changed files
with
174 additions
and
211 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
bump-my-version==0.26.1 | ||
coveralls==4.0.1 | ||
deptry==0.20.0 | ||
flit==3.9.0 | ||
pip==24.2 | ||
pip==24.2.0 | ||
pylint==3.2.7 | ||
tox==4.19.0 | ||
tox-gh==1.3.3 | ||
tox-gh==1.4.1 |
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.