Skip to content

Commit

Permalink
Downgrade to 3.9 (bullseye)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Nov 1, 2024
1 parent e1d2693 commit 6e1c2d2
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
container: python:3.11
container: python:3.9
# Service containers to run with `container-job`
services:
# Label used to access the service container
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.11
FROM python:3.9

WORKDIR /opt/app

Expand Down

0 comments on commit 6e1c2d2

Please sign in to comment.