Skip to content

Commit

Permalink
Removing 2.7 as code is no longer compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
fossum committed Feb 8, 2021
1 parent 6d265a3 commit 21bbf7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Communications :: Telephony'
],
keywords=[
'messaging', 'sms', 'telephony', 'sip', 'api'
Expand Down

0 comments on commit 21bbf7e

Please sign in to comment.