Skip to content

Commit f25f625

Browse files
authored
Merge pull request #5 from jfuss/feat/python38
feat: Add Python3.8 support
2 parents e352a00 + 162eb00 commit f25f625

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
max-parallel: 4
2222
matrix:
23-
python-version: [3.6, 3.7]
23+
python-version: [3.6, 3.7, 3.8]
2424
steps:
2525
- uses: actions/checkout@v1
2626
- name: Set up Python ${{ matrix.python-version }}

python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"Natural Language :: English",
2828
"Programming Language :: Python :: 3.6",
2929
"Programming Language :: Python :: 3.7",
30+
"Programming Language :: Python :: 3.8",
3031
],
3132
description="Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric",
3233
install_requires=requirements,

0 commit comments

Comments
 (0)