Skip to content

Commit

Permalink
Bump python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent 0108453 commit 2e38531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install poetry
run: pip3 install poetry
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-alpine
ARG WHL_FILE

COPY ${WHL_FILE} .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
boto3 = "^1.34.56"
python-dotenv = "^1.0.1"
fastjsonschema = "^2.19.1"
Expand Down

0 comments on commit 2e38531

Please sign in to comment.