diff options
| author | Michael Merickel <michael@merickel.org> | 2024-01-28 22:56:27 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-01-28 22:58:08 -0700 |
| commit | 264f5ce2329f6eb8011cdf5ccec85b136848b1da (patch) | |
| tree | d894e5e10faa1b8c2f5f875ac79ba6ea09d5f9ec /pyproject.toml | |
| parent | e77b72dc3a0890911514ad8aab8c8bf26c4591d0 (diff) | |
| download | pyramid-264f5ce2329f6eb8011cdf5ccec85b136848b1da.tar.gz pyramid-264f5ce2329f6eb8011cdf5ccec85b136848b1da.tar.bz2 pyramid-264f5ce2329f6eb8011cdf5ccec85b136848b1da.zip | |
drop support for python 3.7 which was eol in 2023
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e5beb1e70..7d25b6231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 79 skip-string-normalization = true -target-version = ['py37', 'py38', 'py39', 'py310', 'py311', 'py312'] +target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] exclude = ''' /( \.git |
