diff options
| author | Éloi Rivard <eloi.rivard@aquilenet.fr> | 2022-01-16 18:37:52 +0100 |
|---|---|---|
| committer | Éloi Rivard <eloi.rivard@aquilenet.fr> | 2022-01-16 18:43:47 +0100 |
| commit | 6b936d525ba8639d449ea4b84c5c9cc208ef7441 (patch) | |
| tree | 7bbb1c8f0e0a0442f8eff5c4a880a7a4904b4af5 /.github/workflows | |
| parent | ca58f4d1712d87397e84ed30fd87475c6a814d32 (diff) | |
| download | webtest-6b936d525ba8639d449ea4b84c5c9cc208ef7441.tar.gz | |
stop python3.6 support
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4d7a1cc..38f34e7 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -14,10 +14,10 @@ jobs: strategy: matrix: py: - - "3.6" - "3.7" - "3.8" - "3.9" + - "3.10" os: - "ubuntu-latest" - "macos-latest" |
