diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3c1277..6b06e90 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: [3.6, 3.7, 3.8, 3.9, '3.10'] + python: [3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v1 - name: Set up Python diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f24dda5..17ce471 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: [3.6, 3.7, 3.8, 3.9, '3.10'] + python: [3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v1 - name: Setup Python diff --git a/requirements/requirements.txt b/requirements/requirements.txt index b928758..7758d16 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,3 +1,3 @@ requests>=2.22.0 requests_toolbelt==0.10.1 -urllib3==1.26.15 \ No newline at end of file +urllib3==1.26.* \ No newline at end of file diff --git a/requirements/test.txt b/requirements/test.txt index ced224c..2d600d6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,4 +4,4 @@ coverage==4.5.4 tox==3.14.2 responses==0.17.0 requests_toolbelt==0.10.1 -urllib3==1.26.15 \ No newline at end of file +urllib3==1.26.* \ No newline at end of file