Skip to content

Commit

Permalink
drop support/testing for python 3.7, 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Nov 5, 2022
1 parent cd24e07 commit 41f026d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v2

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
],
keywords='',
packages=find_packages(exclude=['docs', 'tests*']),
Expand Down

0 comments on commit 41f026d

Please sign in to comment.