Skip to content

Commit

Permalink
Switch to python 3.11
Browse files Browse the repository at this point in the history
Also update the python test matrix to add 3.11 and 3.12 and remove 3.9.

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Apr 15, 2024
1 parent cff7b4c commit 3ab9690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v3
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.10-alpine
FROM python:3.11-alpine

COPY conf.py.dist /formsender/conf.py
COPY requirements.txt /formsender/requirements.txt
Expand Down

0 comments on commit 3ab9690

Please sign in to comment.