diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-03 14:08:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-03 14:08:17 +0000 |
commit | affdacf925e743f6a290da24a585ba7e9271cab4 (patch) | |
tree | dcffa0fd328066fa08e307831839e12cd21239ec /.github/workflows | |
parent | Releasing debian version 0.7.0-1. (diff) | |
download | pydyf-affdacf925e743f6a290da24a585ba7e9271cab4.tar.xz pydyf-affdacf925e743f6a290da24a585ba7e9271cab4.zip |
Merging upstream version 0.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/doconfly.yml | 2 | ||||
-rw-r--r-- | .github/workflows/tests.yml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/doconfly.yml b/.github/workflows/doconfly.yml index a720a66..c256435 100644 --- a/.github/workflows/doconfly.yml +++ b/.github/workflows/doconfly.yml @@ -2,7 +2,7 @@ name: doconfly on: push: branches: - - master + - main tags: - "*" 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) |