Skip to content

Commit 41f026d

Browse files
committed
drop support/testing for python 3.7, 3.8
1 parent cd24e07 commit 41f026d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10"]
15+
python-version: ["3.9", "3.10"]
1616
steps:
1717
- uses: actions/checkout@v2
1818

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
classifiers=[
2727
'Intended Audience :: Developers',
2828
'License :: OSI Approved :: MIT License',
29-
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.9',
30+
'Programming Language :: Python :: 3.10'
3031
],
3132
keywords='',
3233
packages=find_packages(exclude=['docs', 'tests*']),

0 commit comments

Comments
 (0)