Skip to content

Commit

Permalink
Set minimal version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocv committed Aug 15, 2023
1 parent ebbfa02 commit 1c71637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def requirements_from_pip(filename='requirements.txt'):
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/nubank/{:s}'.format(REPO_NAME),
python_requires='>=3.6.2,<3.10',
python_requires='>=3.7,<3.10',
author="Nubank",
package_dir={'': 'src'},
packages=find_packages('src'),
Expand All @@ -52,7 +52,6 @@ def requirements_from_pip(filename='requirements.txt'):
include_package_data=True,
zip_safe=False,
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
Expand Down

0 comments on commit 1c71637

Please sign in to comment.