We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ad444 commit 3ace1c7Copy full SHA for 3ace1c7
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Python 3",
3
- "image": "mcr.microsoft.com/devcontainers/python:0-3.10",
+ "image": "mcr.microsoft.com/devcontainers/python:0-3.11",
4
"features": {
5
"ghcr.io/devcontainers/features/github-cli:1": {
6
"version": "latest"
.github/workflows/tests.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: pip install poetry
22
- uses: actions/setup-python@v4
23
with:
24
- python-version: "3.10"
+ python-version: "3.11"
25
cache: poetry
26
- name: Install dependencies
27
run: poetry install
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.12
+FROM python:3.11
EXPOSE 8000
0 commit comments