diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 52f28601..cc1f7180 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "dockerfile": "Dockerfile", "context": "..", "args": { - "PYTHON_VERSION": "3.10" + "PYTHON_VERSION": "3.11" } }, "runArgs": [ diff --git a/.github/actions/install-meltingpot/action.yml b/.github/actions/install-meltingpot/action.yml index 5bb76851..a745ca7e 100644 --- a/.github/actions/install-meltingpot/action.yml +++ b/.github/actions/install-meltingpot/action.yml @@ -4,7 +4,7 @@ inputs: python-version: description: Python version required: false - default: '3.10' + default: '3.11' type: string runs: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77769837..e9335622 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,4 +16,4 @@ updates: interval: monthly ignore: - dependency-name: "vscode/devcontainers/python" - versions: [">= 3.10"] + versions: [">= 3.11"] diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 026fd409..f35a4e64 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Python uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: - python-version: '3.10' + python-version: '3.11' - name: Install Python dependencies run: | diff --git a/.github/workflows/pypi-test.yml b/.github/workflows/pypi-test.yml index 0e3a80b8..cbefc801 100644 --- a/.github/workflows/pypi-test.yml +++ b/.github/workflows/pypi-test.yml @@ -41,7 +41,7 @@ jobs: - ubuntu-20.04 - ubuntu-22.04 python-version: - - '3.10' + - '3.11' steps: - name: Set up Python ${{ matrix.python_version }} diff --git a/.github/workflows/test-meltingpot.yml b/.github/workflows/test-meltingpot.yml index 6bb8afdd..b29a5691 100644 --- a/.github/workflows/test-meltingpot.yml +++ b/.github/workflows/test-meltingpot.yml @@ -41,7 +41,7 @@ jobs: - macos-11 - ubuntu-20.04 python-version: - - '3.10' + - '3.11' steps: - name: Checkout Melting Pot uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11