summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-management.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 20:03:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 20:03:11 +0000
commitfc34ab388e11f8637ceea8bf7cdb1aac5e4dd8fb (patch)
treef2a19cfc618a53df7250efc8cebf0ba71d0c5168 /.github/workflows/pr-management.yml
parentAdding upstream version 0.10.0. (diff)
downloadeos-downloader-fc34ab388e11f8637ceea8bf7cdb1aac5e4dd8fb.tar.xz
eos-downloader-fc34ab388e11f8637ceea8bf7cdb1aac5e4dd8fb.zip
Adding upstream version 0.10.1.upstream/0.10.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/pr-management.yml')
-rw-r--r--.github/workflows/pr-management.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/pr-management.yml b/.github/workflows/pr-management.yml
index ec36edc..814bb39 100644
--- a/.github/workflows/pr-management.yml
+++ b/.github/workflows/pr-management.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
@@ -27,7 +27,7 @@ jobs:
needs: [pre-commit]
strategy:
matrix:
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
- python: ["3.8", "3.9", "3.10"]
+ python: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
- python: ["3.8", "3.9", "3.10"]
+ python: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
- python: ["3.8", "3.9", "3.10"]
+ python: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4