-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Python 3.10 deprecation warnings due to distutils
import
#1282
Labels
deprecation
Maintenance
Discussion or action around maintaining astroid or the dev workflow
python 3.12
Milestone
Comments
Doing #1103 would work, but upgrading setuptools min version to one that do not use distutils would probably work (?). I think we won't change anything before 3.12 is available in github actions. |
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Dec 3, 2021
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Dec 3, 2021
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Dec 20, 2021
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Dec 26, 2021
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Dec 31, 2021
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Jan 17, 2022
Closed with #1323 |
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Mar 5, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Mar 21, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Mar 31, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Apr 3, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Apr 4, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Apr 22, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
May 1, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
May 12, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Jun 14, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Jun 17, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Aug 9, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Aug 27, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Oct 5, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Nov 7, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Nov 7, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Nov 25, 2022
pylbrecht
added a commit
to pylbrecht/qutebrowser
that referenced
this issue
Feb 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
deprecation
Maintenance
Discussion or action around maintaining astroid or the dev workflow
python 3.12
Steps to reproduce
python3.10 -Wall -c "import astroid"
Current behavior
Expected behavior
No deprecation warnings.
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output2.9.1-dev0 (on 6691a9e)
Additional context
Might be related to #1103, but seems like a separate issue.
The text was updated successfully, but these errors were encountered: