Skip to content

Commit

Permalink
Update pendulum 2.1.2 for Python 3.8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWittman committed Dec 12, 2020
1 parent 99be2a4 commit a93e724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.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.6, 3.7]
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion lambda/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pendulum==2.0.4
pendulum==2.1.2
requests==2.21.0

0 comments on commit a93e724

Please sign in to comment.