Drop support for Python 3.6

Python 3.6 reached end-of-life on 2021-12-23.
https://peps.python.org/pep-0494/
pull/496/head
Dimitri Papadopoulos Orfanos 2 years ago committed by GitHub
parent a5adec1570
commit e8391de711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: python-version:
- '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'

@ -27,7 +27,6 @@ classifiers =
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3) License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
@ -46,7 +45,7 @@ project_urls =
[options] [options]
packages = find: packages = find:
python_requires = >=3.6 python_requires = >=3.7
include_package_data = True include_package_data = True
install_requires = install_requires =

Loading…
Cancel
Save