Skip to content

Commit

Permalink
Drop support for Python 3.6
Browse files Browse the repository at this point in the history
Python 3.6 reached end-of-life on 2021-12-23.
https://peps.python.org/pep-0494/
  • Loading branch information
DimitriPapadopoulos committed Sep 13, 2022
1 parent a5adec1 commit e8391de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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 @@ -46,7 +45,7 @@ project_urls =
[options]
packages = find:

python_requires = >=3.6
python_requires = >=3.7

include_package_data = True
install_requires =
Expand Down

0 comments on commit e8391de

Please sign in to comment.