summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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
commit6b936d525ba8639d449ea4b84c5c9cc208ef7441 (patch)
tree7bbb1c8f0e0a0442f8eff5c4a880a7a4904b4af5 /.github/workflows
parentca58f4d1712d87397e84ed30fd87475c6a814d32 (diff)
downloadwebtest-6b936d525ba8639d449ea4b84c5c9cc208ef7441.tar.gz
stop python3.6 support
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-tests.yml2
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"