summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:45:52 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:45:52 +0200
commit4a0311d251199c5297e0678229e6821886dbc641 (patch)
tree93b704950009ea704bc0780ff30da5ddfc44d76e
parent4c5b24d755aa375202ee9eb2b78a73593e23dc66 (diff)
only test earliest and latest python versions
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0b4c00e..a952b7e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.10"]
exclude:
# Windows tests fail on 3.10 -- somehow the output of tiptop --help is off
- os: windows-latest
@@ -41,4 +41,4 @@ jobs:
tox
- name: Submit to codecov
uses: codecov/codecov-action@v3
- if: ${{ matrix.python-version == '3.9' }}
+ if: ${{ matrix.python-version == '3.10' }}