Skip to content

Commit 0e70072

Browse files
committed
pydrive2: drop 3.6
1 parent 8d6e6d8 commit 0e70072

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
max-parallel: 3
1818
matrix:
1919
os: [ubuntu-18.04, macos-10.15, windows-2019]
20-
pyv: ["3.6", "3.7", "3.8", "3.9", "3.10"]
20+
pyv: ["3.7", "3.8", "3.9", "3.10"]
2121

2222
steps:
2323
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@
4242
"fsspec": ["fsspec >= 2021.07.0", "tqdm >= 4.0.0", "funcy >= 1.14"],
4343
"tests": tests_requirements,
4444
},
45-
python_requires=">=3.6",
45+
python_requires=">=3.7",
4646
classifiers=[
4747
"Development Status :: 4 - Beta",
4848
"Programming Language :: Python :: 3",
49-
"Programming Language :: Python :: 3.6",
5049
"Programming Language :: Python :: 3.7",
5150
"Programming Language :: Python :: 3.8",
5251
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)