Skip to content
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

[META] Adds official support for Python 3.10 #85

Merged
merged 3 commits into from
Dec 15, 2020

Conversation

HorlogeSkynet
Copy link
Owner

@HorlogeSkynet HorlogeSkynet commented Oct 3, 2020

Reason and / or context

Python 3.10 is out, we should test Archey against it.

How has this been tested ?

Thanks to CI, one day, maybe.

⚠️ Build is currently broken due to one of Pylint's depedencies.
lazy-object-proxy requires a Wheel to be built, but due to pypa/wheel#354 (see also pypa/packaging#308 & https://bugs.python.org/issue40747), the operation fails.
Currently keeping this PR as draft while waiting for the fix (python/cpython#20333 or python/cpython#22858) to be accepted.

Pylint and Pyinstaller have been disabled in CI though (not yet compatible).

Types of changes :

  • Bug fix (non-breaking change which fixes an issue)
  • Typo / style fix (non-breaking change which improves readability)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist :

  • [IF NEEDED] I have updated the README.md file accordingly ;
  • [IF NEEDED] I have updated the test cases (which pass) accordingly ;
  • My changes looks good ;
  • I agree that my code may be modified in the future ;
  • My code follows the code style of this project (PEP8).

@HorlogeSkynet HorlogeSkynet added the enhancement ⬆️ Implements a new feature, fixes or improves existing ones label Oct 3, 2020
@HorlogeSkynet HorlogeSkynet added this to the v4.9.0 milestone Oct 3, 2020
@HorlogeSkynet HorlogeSkynet self-assigned this Oct 3, 2020
@HorlogeSkynet HorlogeSkynet added this to IN PROGRESS in Core via automation Oct 3, 2020
@HorlogeSkynet HorlogeSkynet changed the base branch from master to develop October 3, 2020 11:38
@HorlogeSkynet HorlogeSkynet added the hacktoberfest-accepted Hacktoberfest 2020 label Oct 3, 2020
@HorlogeSkynet HorlogeSkynet added this to In progress in Packaging via automation Oct 8, 2020
@HorlogeSkynet HorlogeSkynet force-pushed the python/3-10_support branch 2 times, most recently from da73d8f to bb62534 Compare October 10, 2020 16:08
@HorlogeSkynet HorlogeSkynet removed this from IN PROGRESS in Packaging Oct 11, 2020
@HorlogeSkynet HorlogeSkynet modified the milestones: v4.9.0, v4.10.0 Nov 28, 2020
@HorlogeSkynet HorlogeSkynet marked this pull request as ready for review December 13, 2020 21:53
@HorlogeSkynet HorlogeSkynet merged commit b534323 into develop Dec 15, 2020
Core automation moved this from IN PROGRESS to DONE Dec 15, 2020
@HorlogeSkynet HorlogeSkynet deleted the python/3-10_support branch December 15, 2020 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ⬆️ Implements a new feature, fixes or improves existing ones hacktoberfest-accepted Hacktoberfest 2020
Projects
Core
  
DONE
Development

Successfully merging this pull request may close these issues.

None yet

1 participant