Skip to content

Commit 6b7ebdb

Browse files
willianpaixaomatejcik
authored andcommitted
Dropping support to Python 3.5 and 3.6
1 parent a8d28dd commit 6b7ebdb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
1616

1717
steps:
1818
- uses: actions/checkout@v2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package_dir={"": "src"},
2323
include_package_data=True,
2424
zip_safe=False,
25-
python_requires=">=3.5",
25+
python_requires=">=3.7",
2626
classifiers=[
2727
"License :: OSI Approved :: MIT License",
2828
"Operating System :: POSIX :: Linux",

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[tox]
22
envlist =
3-
py35,
4-
py36,
53
py37,
64
py38,
75
py39,

0 commit comments

Comments
 (0)