Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57e410f

Browse filesBrowse files
committed
DOC: document where to touch to bump numpy/Python version
1 parent faf5e3d commit 57e410f
Copy full SHA for 57e410f

File tree

Expand file treeCollapse file tree

1 file changed

+24
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+24
-0
lines changed

‎doc/devel/min_dep_policy.rst

Copy file name to clipboardExpand all lines: doc/devel/min_dep_policy.rst
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,27 @@ Matplotlib Python NumPy
155155
.. _`1.5`: https://matplotlib.org/1.5.0/users/installing.html#required-dependencies
156156
.. _`1.4`: https://matplotlib.org/1.4.0/users/installing.html#required-dependencies
157157
.. _`1.3`: https://matplotlib.org/1.3.0/users/installing.html#build-requirements
158+
159+
160+
Updating Python and Numpy versions
161+
==================================
162+
163+
To update the minimum versions of Python we need to update:
164+
165+
- ``pyproject.toml`` (classifiers and requires-python)
166+
- ``environment.yml``
167+
- ``doc/install/dependencies.rst``
168+
- ``doc/devel/min_dep_policy.rst`` (this file)
169+
- CI configuration files (circle, GHA, azure)
170+
171+
To update the minimum numpy we need to update:
172+
173+
- ``pyproject.toml``
174+
- ``environment.yml``
175+
- ``doc/install/dependencies.rst``
176+
- ``doc/devel/min_dep_policy.rst`` (this file)
177+
178+
179+
The work to leverage new features or remove workarounds for no-longer supported
180+
versions should be done in a follow-on PRs to keep the version bump PRs well
181+
scoped.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.