python-pskc branch master updated. 1.2-4-gd4a8f09
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
python-pskc branch master updated. 1.2-4-gd4a8f09
- From: Commits of the python-pskc project <python-pskc-commits [at] lists.arthurdejong.org>
- To: python-pskc-commits [at] lists.arthurdejong.org
- Reply-to: python-pskc-users [at] lists.arthurdejong.org, python-pskc-commits [at] lists.arthurdejong.org
- Subject: python-pskc branch master updated. 1.2-4-gd4a8f09
- Date: Mon, 12 Dec 2022 21:07:45 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".
The branch, master has been updated
via d4a8f0932a66b2152cbf769e7ff1394ff8cb762b (commit)
from 5690a2bcc024feaebde01f56f6c21130f96b47f3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-pskc/commit/?id=d4a8f0932a66b2152cbf769e7ff1394ff8cb762b
commit d4a8f0932a66b2152cbf769e7ff1394ff8cb762b
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Mon Dec 12 20:53:57 2022 +0100
Run most GitHub tests on older Ubuntu
The ubuntu-latest image now points to ubuntu-22.04 instead of
ubuntu-20.04 before and there are some issues regarding that new image
that remain to be worked out.
This also switches the default Python 3 implementation to Python 3.9.
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fb0a09c..97463ec 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
jobs:
base:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [2.7, 3.8]
+ python-version: [2.7, 3.9]
flavour: [legacy, legacy-defusedxml, lxml, lxml-defusedxml]
steps:
- uses: actions/checkout@v3
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
python-pskc
- python-pskc branch master updated. 1.2-4-gd4a8f09,
Commits of the python-pskc project