Skip to content

Commit

Permalink
Python 3.10 not yet supported in CF buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Nov 25, 2021
1 parent 8be9f40 commit ad97461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.9'
cache: 'pip'
- uses: docker/setup-buildx-action@v1
- run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.10.0-alpine
FROM python:3.9.7-alpine

LABEL maintainer="Jonathan Sharpe <mail@jonrshar.pe>"

Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
@@ -1 +1 @@
python-3.9.2
python-3.9.7

0 comments on commit ad97461

Please sign in to comment.