diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-04-25 15:46:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 15:46:50 +0200 |
| commit | 4d0f12129ea28af4f44548bad74d07fd0729fd6f (patch) | |
| tree | 2d6e52206e9ef2dd7240f71a9d235d7dffcd8eda /.github | |
| parent | 45529f51a11c30e484dcce566108681003ea076d (diff) | |
| parent | fc8bd98c59319f39115bfa98552aefa4a54331bc (diff) | |
Merge pull request #2355 from return42/drop-py37
[CI] drop Python 3.7 from CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/integration.yml | 2 |
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 |