Skip to content

Commit febae3a

Browse files
author
childish-sambino
authored
chore: upgrade supported language versions (#111)
1 parent 369194c commit febae3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
python-version: [ '2.7', '3.5', '3.6', '3.7', '3.8', '3.9' ]
20+
python-version: [ '2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10' ]
2121
steps:
2222
- name: Checkout sendgrid-python-smtpapi
2323
uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v2
4444
with:
45-
python-version: '3.6'
45+
python-version: '3.10'
4646

4747
- name: Install dependencies
4848
run: |

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
3333
'Programming Language :: Python :: 3.8',
34+
'Programming Language :: Python :: 3.9',
35+
'Programming Language :: Python :: 3.10',
3436
],
3537
)

0 commit comments

Comments
 (0)