Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
bump python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas55555 authored Feb 2, 2024
1 parent 8c72c1a commit e09642f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"image": "mcr.microsoft.com/vscode/devcontainers/python:1.1.0-3.12-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- "3.12"

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Install pipenv
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fnv-hash-fast = "*"
[dev-packages]

[requires]
python_version = "3.11"
python_version = "3.12"

[scripts]
test = "pytest"
Empty file modified scripts/develop
100644 → 100755
Empty file.
Empty file modified scripts/setup
100644 → 100755
Empty file.

0 comments on commit e09642f

Please sign in to comment.