Skip to content

Fix build-linux CI: upgrade Python 3.8 → 3.10 to resolve conda solver conflict - #1

Merged
AxelHenningsson merged 2 commits into
mainfrom
copilot/fix-build-linux-job
Jul 28, 2026
Merged

Fix build-linux CI: upgrade Python 3.8 → 3.10 to resolve conda solver conflict#1
AxelHenningsson merged 2 commits into
mainfrom
copilot/fix-build-linux-job

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

The build-linux CI job fails because conda's anaconda-channel-guide package now requires Python ≥ 3.10, making conda install python=3.8 unsolvable with a LibMambaUnsatisfiableError.

Changes

  • Workflow (.github/workflows/python-package-conda-linux-py39.yml): bump setup-python and conda install from Python 3.8 → 3.10
  • setup.cfg / setup.py: relax python_requires = >=3.2,<3.10>=3.2 so pip install . succeeds on Python 3.10; add Programming Language :: Python :: 3.10 classifier to both files

Copilot AI changed the title [WIP] Fix failing GitHub Actions job build-linux Fix build-linux CI: upgrade Python 3.8 → 3.10 to resolve conda solver conflict Jul 28, 2026
Copilot AI requested a review from AxelHenningsson July 28, 2026 09:18
@AxelHenningsson
AxelHenningsson marked this pull request as ready for review July 28, 2026 09:28
@AxelHenningsson
AxelHenningsson merged commit 21596fc into main Jul 28, 2026
1 of 2 checks passed
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