Merging upstream version 0.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
768d0cd35e
commit
91745cfec8
6 changed files with 215 additions and 12 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue