Skip to content

Commit ddb058b

Browse files
authored
Run tests only on python 3.7 & 3.9 (#5433)
* Run tests on only python 3.7 & 3.9
1 parent c11f0fe commit ddb058b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
40-
python-version: ["3.7", "3.8", "3.9"]
40+
# Bookend python versions
41+
python-version: ["3.7", "3.9"]
4142
steps:
4243
- uses: actions/checkout@v2
4344
with:

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Documentation
5858

5959
Internal Changes
6060
~~~~~~~~~~~~~~~~
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>`_.
6164

6265
.. _whats-new.0.18.2:
6366

0 commit comments

Comments
 (0)