Skip to content

Commit d28f805

Browse files
author
=
committed
Update
1 parent 21078e6 commit d28f805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.5', '3.6', '3.7', '3.8' , '3.9']
18+
python-version: ['3.6', '3.7', '3.8' , '3.9']
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ def get_install_requires(filename):
7070
'Operating System :: POSIX :: Linux',
7171
'Operating System :: Microsoft :: Windows',
7272
],
73-
python_requires='>=3.4',
73+
python_requires='>=3.6',
7474
keywords=["concurrent.futures" , "threading" , "multi-threads" ,"ThreadPoolExecutor"]
7575
)

0 commit comments

Comments
 (0)