Skip to content

Commit 8f85587

Browse files
committed
remove 3.7 support
1 parent 406e317 commit 8f85587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
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.7, 3.8, 3.9]
18+
python-version: [3.8, 3.9]
1919

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
'Intended Audience :: Developers',
3131
'Topic :: Scientific/Engineering :: Artificial Intelligence',
3232
'License :: OSI Approved :: MIT License',
33-
'Programming Language :: Python :: 3.6',
33+
'Programming Language :: Python :: 3.8',
3434
],
3535
)

0 commit comments

Comments
 (0)