We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fdcb7 commit 1016331Copy full SHA for 1016331
MAINTENANCE.md
@@ -78,8 +78,8 @@ There are 9 configuration files located in `.github/workflows`:
78
79
This is run on every commit to the *master* and Pull Request branches.
80
It is also scheduled to run daily on the *master* branch.
81
- In draft Pull Requests, only two jobs on Linux (Python 3.7 / NumPy 1.17 and
82
- Python 3.9/ NumPy 1.20) are triggered to save on Continuous Integration
+ In draft Pull Requests, only two jobs on Linux (minimum NEP29 Python/NumPy versions
+ and latest Python/NumPy versions) are triggered to save on Continuous Integration
83
resources.
84
85
3. `ci_docs.yml` (Build documentation on Linux/macOS/Windows)
0 commit comments