From 9d2119e85a4f201ada67846aea055725d52817b2 Mon Sep 17 00:00:00 2001 From: Salaah Amin <48691708+Salaah01@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:36:52 +0000 Subject: [PATCH] deprecated python 3.6 (#56) Co-authored-by: Salaah Amin --- .github/workflows/ci.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1481da3..9cc37c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index 10be2ed..27a1fb8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist =py{36,37,38,39,310} +envlist =py{37,38,39,310} [testenv] deps =