summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:08:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:08:06 +0000
commitf3470e5112deb4d84d2e9ce54aa886e26d3c6373 (patch)
tree9fa61e7d41db639244980bd1dbcbc637a20ec2dc /.github/workflows/tests.yml
parentAdding upstream version 0.7.0. (diff)
downloadpydyf-e9b71d0529df6e2f02a81ceb64aefafe26c2e273.tar.xz
pydyf-e9b71d0529df6e2f02a81ceb64aefafe26c2e273.zip
Adding upstream version 0.9.0.upstream/0.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 89003af..8de9881 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,15 +8,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: ['3.11']
+ python-version: ['3.12']
include:
- os: ubuntu-latest
- python-version: '3.7'
+ python-version: '3.8'
- os: ubuntu-latest
python-version: 'pypy-3.8'
steps:
- - uses: actions/checkout@v3
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Ghostscript (Ubuntu)