Skip to content

Commit

Permalink
Fix Versions 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sHedC committed Mar 12, 2024
1 parent 06f9a78 commit 6f06207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*
Copy this file to .devcontainer.json
if using PODMAN, instead of DOCKER, uncomment the runArgs section

NOTE: 3.12 may not work with debugging yet.
*/
{
"name": "sHedC/python-masterthermconnect",
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
"postCreateCommand": "pip install --upgrade pip && pip install --user -r requirements.txt && python3 -m pip install -e .",
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.10", "3.11", "3.12", "3.13.0-alpha.3"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-alpha.4"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6f06207

Please sign in to comment.