summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2023-04-25 15:46:50 +0200
committerGitHub <noreply@github.com>2023-04-25 15:46:50 +0200
commit4d0f12129ea28af4f44548bad74d07fd0729fd6f (patch)
tree2d6e52206e9ef2dd7240f71a9d235d7dffcd8eda /.github/workflows
parent45529f51a11c30e484dcce566108681003ea076d (diff)
parentfc8bd98c59319f39115bfa98552aefa4a54331bc (diff)
Merge pull request #2355 from return42/drop-py37
[CI] drop Python 3.7 from CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index b66b5f865..ae2107bb8 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v2