Skip to content

Commit c10d158

Browse files
authored
Remove support for python 3.6
1 parent d25fd2f commit c10d158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
20+
python-version: [ 3.7, 3.8, 3.9 ]
2121
steps:
2222
- name: Checkout the repository
2323
uses: actions/checkout@v2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2727
"Operating System :: OS Independent",
2828
],
29-
python_requires=">=3.6",
29+
python_requires=">=3.7",
3030
setup_requires=setup_requires,
3131
install_requires=install_requires,
3232
tests_require=tests_require,

0 commit comments

Comments
 (0)