summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-05 06:16:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-05 06:16:09 +0000
commitccd26edc31c2725b3f58877b19d12c036bca8e7d (patch)
tree9cccbd7de4adf034d8d643b42e262e7e019e6995 /.github/workflows/tests.yml
parentAdding upstream version 0.6.0. (diff)
downloadpydyf-ccd26edc31c2725b3f58877b19d12c036bca8e7d.tar.xz
pydyf-ccd26edc31c2725b3f58877b19d12c036bca8e7d.zip
Adding upstream version 0.7.0.upstream/0.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d2057b0..89003af 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,9 +8,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
+ python-version: ['3.11']
+ include:
+ - os: ubuntu-latest
+ python-version: '3.7'
+ - os: ubuntu-latest
+ python-version: 'pypy-3.8'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}