Skip to content

Commit

Permalink
Merge pull request #59 from rhettre/feature/release-workflow
Browse files Browse the repository at this point in the history
updated compatible python versions
  • Loading branch information
rhettre authored Jul 27, 2024
2 parents c0ae6a0 + d4223a6 commit 4551485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the Amazon Linux 2 image compatible with AWS Lambda
FROM amazonlinux:2
# Use the Amazon Linux 2023 image compatible with AWS Lambda
FROM amazonlinux:2023

# Install Python 3 and ZIP
RUN yum install -y python3 python3-pip zip && \
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
'Intended Audience :: Information Technology',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 4551485

Please sign in to comment.