Skip to content

Commit

Permalink
chage-python-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleekzone committed Jun 22, 2020
1 parent 2c86c52 commit 9c0d281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
long_description_content_type='text/markdown',
url='https://github.com/cuenca-mx/cep-python',
packages=setuptools.find_packages(),
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=install_requirements,
setup_requires=['pytest-runner'],
tests_require=test_requires,
Expand Down

0 comments on commit 9c0d281

Please sign in to comment.