diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-06-11 11:09:27 +0300 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-02-07 14:15:41 +0200 |
| commit | 439890c9e56a90e396564cf2e6cd578b9230e2bf (patch) | |
| tree | a65bb13fb8f0e2d2f36aa074da93a29510478685 /.github | |
| parent | 2442ca249c7675a990fd23f1497936f8c16eb90a (diff) | |
| download | testtools-439890c9e56a90e396564cf2e6cd578b9230e2bf.tar.gz | |
Drop support for EOL Python 3.5
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44c27b7..a52e0ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy3] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3] steps: - uses: actions/checkout@v2 |
