Skip to content

Commit b9c77c2

Browse files
committed
CI: Drop Python 3.6 support
1 parent d40a86e commit b9c77c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ['ubuntu-latest', 'macos-latest']
29-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
29+
python-version: [3.7, 3.8, 3.9, "3.10"]
3030
install: ['pip']
3131
check: ['ci_tests']
3232
pip-flags: ['']

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers =
2020
Topic :: Scientific/Engineering
2121

2222
[options]
23-
python_requires = >=3.6
23+
python_requires = >=3.7
2424
install_requires =
2525
numpy
2626
scipy

0 commit comments

Comments
 (0)