Skip to content

Commit

Permalink
Run tests under Python 3.11
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586952705
Change-Id: I071dfae3094346ff18d01773c755de35e60b7111
  • Loading branch information
jagapiou authored and Copybara-Service committed Dec 1, 2023
1 parent 5fafbe8 commit 4450117
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dockerfile": "Dockerfile",
"context": "..",
"args": {
"PYTHON_VERSION": "3.10"
"PYTHON_VERSION": "3.11"
}
},
"runArgs": [
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-meltingpot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
python-version:
description: Python version
required: false
default: '3.10'
default: '3.11'
type: string

runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ updates:
interval: monthly
ignore:
- dependency-name: "vscode/devcontainers/python"
versions: [">= 3.10"]
versions: [">= 3.11"]
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4450117

Please sign in to comment.