Skip to content

Commit 20cf1ff

Browse files
committed
Revert upgrade to Python 3.12 (pandas_datareader).
1 parent 1f0cdab commit 20cf1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carmapy",
3-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
44
"features": {
55
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:latest": {
66
"version": "prerelease"

.github/workflows/test_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.11", "3.12"]
16+
python-version: ["3.11"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)