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 c11f0fe commit ddb058bCopy full SHA for ddb058b
.github/workflows/ci.yaml
@@ -37,7 +37,8 @@ jobs:
37
fail-fast: false
38
matrix:
39
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
40
- python-version: ["3.7", "3.8", "3.9"]
+ # Bookend python versions
41
+ python-version: ["3.7", "3.9"]
42
steps:
43
- uses: actions/checkout@v2
44
with:
doc/whats-new.rst
@@ -58,6 +58,9 @@ Documentation
58
59
Internal Changes
60
~~~~~~~~~~~~~~~~
61
+- Run CI on the first & last python versions supported only; currently 3.7 & 3.9.
62
+ (:pull:`5433`)
63
+ By `Maximilian Roos <https://github.com/max-sixty>`_.
64
65
.. _whats-new.0.18.2:
66
0 commit comments