Skip to content

Lower Python requirement to >=3.11 and add devcontainer#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-python-version-requirement
Draft

Lower Python requirement to >=3.11 and add devcontainer#1
Copilot wants to merge 2 commits intomainfrom
copilot/update-python-version-requirement

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 18, 2026

Python 3.13 is too recent for production use. Lowered minimum to 3.11 and added devcontainer configuration for consistent development environments.

Changes

  • Python version: >=3.13>=3.11 in pyproject.toml

    • Added classifiers for 3.11, 3.12, 3.13
    • Updated .python-version to 3.11
  • DevContainer: New .devcontainer/devcontainer.json

    • Python 3.11 base image with UV package manager
    • VS Code extensions: Pylance, Ruff
    • Auto-sync dependencies on container creation
    • Forwards ENTSOE_API_KEY from host environment

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: /usr/bin/curl curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

There is an issue with the library bc de requirement says Python 3.13 but that's very recent... is there a way to say minimum at 3.11 ? Also, could you configure a devcontainer.json ?


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: jsulopzs <46565164+jsulopzs@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Python version requirement to minimum 3.11 Lower Python requirement to >=3.11 and add devcontainer Feb 18, 2026
Copilot AI requested a review from jsulopzs February 18, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants