This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git
The following commit(s) were added to refs/heads/master by this push: new 9618fb8 Update Python versions 9618fb8 is described below commit 9618fb8751efc09f3fa30c7dbf0f56b16628b920 Author: Sebb <s...@apache.org> AuthorDate: Wed Jan 8 15:57:09 2025 +0000 Update Python versions --- .github/workflows/unittest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 4341a87..1973d01 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -6,11 +6,11 @@ jobs: build: runs-on: ubuntu-latest + continue-on-error: true # want to test all versions strategy: max-parallel: 4 matrix: -# python-version: [2.7, 3.5, 3.6, 3.7] - python-version: [3.7, 3.8] + python-version: [3.8, 3.12, 3.13] steps: - uses: actions/checkout@master @@ -39,7 +39,7 @@ jobs: repository: apache/incubator-ponymail-foal path: ponymail-foal - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies