From 10ff631215775e1d89a639ad6312d03bc40839e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jul 2023 08:16:17 +0200 Subject: Merging upstream version 0.7.0. Signed-off-by: Daniel Baumann --- .github/workflows/tests.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 }} -- cgit v1.2.3