Skip to content

Commit

Permalink
Drop 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 28, 2022
1 parent 67a3d84 commit 9685f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6']
python-version: ['3.7']
tox-action:
- lint
- pytest
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.7'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -89,7 +89,6 @@ def get_var(var_name):
'Topic :: Software Development :: Testing',
'Natural Language :: English',
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
Expand Down

0 comments on commit 9685f9e

Please sign in to comment.