diff options
| author | Michael Merickel <michael@merickel.org> | 2024-01-28 23:09:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 23:09:14 -0700 |
| commit | 3d640f43403d7ed8b796d4c825886f591afee5a1 (patch) | |
| tree | d894e5e10faa1b8c2f5f875ac79ba6ea09d5f9ec /.github/workflows/ci-tests.yml | |
| parent | e77b72dc3a0890911514ad8aab8c8bf26c4591d0 (diff) | |
| parent | 264f5ce2329f6eb8011cdf5ccec85b136848b1da (diff) | |
| download | pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.tar.gz pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.tar.bz2 pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.zip | |
Merge pull request #3744 from Pylons/drop-py37
drop support for python 3.7 which EOL'd in 2023
Diffstat (limited to '.github/workflows/ci-tests.yml')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f24159c40..37f0d86cd 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: py: - - "3.7" - "3.8" - "3.9" - "3.10" |
