Skip to content

Move optional dependencies from dev_requirements to pyproject.toml #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 26, 2024

Conversation

FreddyFox892
Copy link
Contributor

No description provided.

@hf-kklein
Copy link
Contributor

Run python -m pip install --upgrade pip
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /usr/lib/python3/dist-packages (22.0.2)
Collecting pip
Downloading pip-24.2-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.2 MB/s eta 0:00:00
Installing collected packages: pip
Successfully installed pip-24.2
Defaulting to user installation because normal site-packages is not writeable
Processing /home/runner/work/xml-fundamend-python/xml-fundamend-python
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of fundamend to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'fundamend' requires a different Python: 3.10.12 not in '>=3.11'

@hf-kklein
Copy link
Contributor

selbes problem wie in Hochfrequenz/pedantic-validator-framework#129 (nur dass es dort schon auf main ist)

@hf-kklein
Copy link
Contributor

hf-kklein commented Sep 24, 2024

@FreddyFox892 ich sehe, dass das alte problem nicht auftritt, wenn du das paket selbst als 3.10-kompatibel deklarierst. wenn wir das tun (also das problem umgehen), dann sollten wir aber auch 3.10 in der CI abtesten.

edit: also das neue problem ist ja schon an dem punkt, wo der upload nach pypi passieren würde.

@FreddyFox892 FreddyFox892 enabled auto-merge (squash) September 25, 2024 11:04
@FreddyFox892
Copy link
Contributor Author

FreddyFox892 commented Sep 26, 2024

@hf-kklein hf-kklein disabled auto-merge September 26, 2024 06:39
@hf-kklein hf-kklein enabled auto-merge (squash) September 26, 2024 06:39
Comment on lines +77 to +78
[tool.hatch.envs.default]
python="3.12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

daran lag es abe rletztlich nicht?

@hf-kklein hf-kklein merged commit 9461e86 into main Sep 26, 2024
15 checks passed
@hf-kklein hf-kklein deleted the FST/TomlUpdate branch September 26, 2024 06:44
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