Skip to content

Commit

Permalink
update other references to the python version
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Oct 11, 2024
1 parent d715fb6 commit 55ce5a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controller_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This is a sample debugger launch configuration for VSCode that can be used by ad
},
{
"localRoot": "${workspaceFolder}/.venv/Lib/site-packages",
"remoteRoot": "/usr/local/lib/python3.11/site-packages"
"remoteRoot": "/usr/local/lib/python3.12/site-packages"
}
],
"justMyCode": false
Expand Down
2 changes: 1 addition & 1 deletion oidc-controller/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ commands =

[gh-actions]
python =
3.11: py311
3.12: py312
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ testpaths = "oidc-controller"
asyncio_default_fixture_loop_scope = "function"

[tool.pyright]
pythonVersion = "3.11"
pythonVersion = "3.12"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 55ce5a7

Please sign in to comment.