Skip to content

Commit

Permalink
Merge pull request #172 from osuosl/ramereth/python-3.11
Browse files Browse the repository at this point in the history
Switch to python 3.11
  • Loading branch information
ramereth authored Apr 16, 2024
2 parents cff7b4c + 3ab9690 commit 6e839cc
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 6e839cc

Please sign in to comment.