Skip to content

chore! remove support for python 3.8#488

Merged
tekumara merged 2 commits intomasterfrom
python39
Apr 1, 2025
Merged

chore! remove support for python 3.8#488
tekumara merged 2 commits intomasterfrom
python39

Conversation

@tekumara
Copy link
Collaborator

@tekumara tekumara commented Apr 1, 2025

as it has reached EOL

fixes:

❯ make clean test
rm -rf .venv
PATH=${PATH#${VIRTUAL_ENV}/bin:} python3 -m venv --clear .venv
.venv/bin/python --version
Python 3.8.20
uv pip install -e '.[dev]'
  × No solution found when resolving dependencies:
  ╰─▶ Because the current Python version (3.8.20) does not satisfy Python>=3.9 and importlib-resources==6.5.2 depends on Python>=3.9, we can conclude that
      importlib-resources==6.5.2 cannot be used.
      And because aec-cli==3.2.2.dev8+ge70bca2.d20250401 depends on importlib-resources==6.5.2, we can conclude that aec-cli==3.2.2.dev8+ge70bca2.d20250401
      cannot be used.
      And because only aec-cli[dev]==3.2.2.dev8+ge70bca2.d20250401 is available and you require aec-cli[dev], we can conclude that your requirements are
      unsatisfiable.
make: *** [.venv] Error 1

@tekumara tekumara merged commit 915b57f into master Apr 1, 2025
2 checks passed
@tekumara tekumara deleted the python39 branch April 1, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant