Skip to content

Commit

Permalink
Use Python 3.12 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Mar 28, 2024
1 parent 85db4c7 commit b755b8b
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.12-slim
RUN apt-get update && apt-get install -y zip
WORKDIR /lambda

Expand Down

0 comments on commit b755b8b

Please sign in to comment.