You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expected to see, versus what you actually saw
Dependabot tells us that Python version 3.12.2 is unsupported:
Dependabot detected the following Python requirement for your project: '>=3.12.2,<4.0'.
Currently, the following Python versions are supported in Dependabot: 3.12.*, 3.11.*, 3.10.*, 3.9.*, 3.8.*.
It worked fine with >=3.12.1,<4 and python 3.12.1, and broke with >=3.12.2,<4.0 and python 3.12.2.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Same here, but I am using an even more restrictive semver with the ~, which should really work?
Error during file fetching; aborting: Dependabot detected the following Python requirement for your project: '~3.12.2'.
Currently, the following Python versions are supported in Dependabot: 3.12.*, 3.11.*, 3.10.*, 3.9.*, 3.8.*.
👋 Looks like we're currently anchored to Python 3.12.1. Please feel free to open a pull request to add 3.12.2 support 😄 Here's a recent PR which added Python 3.12 support, while also updating 3.11.* support. I think it will be a good template to follow 🙂
Is there an existing issue for this?
Package ecosystem
python
Package manager version
poetry
Language version
3.12.2
Manifest location and content before the Dependabot update
pyproject.toml
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Dependabot tells us that Python version 3.12.2 is unsupported:
It worked fine with
>=3.12.1,<4
and python 3.12.1, and broke with>=3.12.2,<4.0
and python 3.12.2.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: