Skip to content

Commit

Permalink
Drop Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Apr 25, 2023
1 parent 4de5b2b commit e6402ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
use-numpy:
- 0
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def read_version():

'Programming Language :: SQL',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -120,7 +119,7 @@ def read_version():
'Changes': github_url + '/blob/master/CHANGELOG.md'
},
packages=find_packages('.', exclude=['tests*']),
python_requires='>=3.6, <4',
python_requires='>=3.7, <4',
install_requires=[
'pytz',
'tzlocal'
Expand Down

0 comments on commit e6402ac

Please sign in to comment.